diff --git a/www/common/hyperscript.js b/www/common/hyperscript.js index 52282dcfc..069e470a9 100644 --- a/www/common/hyperscript.js +++ b/www/common/hyperscript.js @@ -82,7 +82,7 @@ function context () { } else if(k === 'style') { if('string' === typeof l[k]) { - e.style.cssText = l[k] + e.setAttribute(k, l[k]); //e.style.cssText = l[k] }else{ for (var s in l[k]) (function(s, v) { if('function' === typeof v) {