From e092bdb1ca21f784363aab56cb0a65267956ba21 Mon Sep 17 00:00:00 2001 From: Aristeides Stathopoulos Date: Thu, 28 Apr 2016 01:08:18 +0300 Subject: [PATCH] fixes #943 --- assets/js/postmessage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {