diff --git a/assets/js/postmessage.js b/assets/js/postmessage.js index 48798cf05..b5bc7413c 100644 --- a/assets/js/postmessage.js +++ b/assets/js/postmessage.js @@ -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 {