Skip to content

Commit

Permalink
fixes #943
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Apr 27, 2016
1 parent 3196a39 commit e092bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/postmessage.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

// Inject HTML
if ( 'html' === args['function'] ) {
jQuery( args.element ).html( args.prefix + val + args.units + args.suffix );
jQuery( args.element ).html( val );

// Add CSS
} else {
Expand Down

0 comments on commit e092bdb

Please sign in to comment.