diff options
Diffstat (limited to 'static/js/src/util.js')
| -rwxr-xr-x | static/js/src/util.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/src/util.js b/static/js/src/util.js index 69740ff..107b771 100755 --- a/static/js/src/util.js +++ b/static/js/src/util.js @@ -42,7 +42,7 @@ function track(group, name) { } // generate a new CSS rule and apply it immediately -// (more persistent than dumping a style tag) +// (more persistent than injecting a style tag) window.cssRule = function (selector, declaration) { var x = document.styleSheets,y=x.length-1; x[y].insertRule(selector+"{"+declaration+"}",x[y].cssRules.length); |
