diff options
Diffstat (limited to 'static/js/pichat2.js')
| -rwxr-xr-x | static/js/pichat2.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/pichat2.js b/static/js/pichat2.js index c2e5e3f..4d47343 100755 --- a/static/js/pichat2.js +++ b/static/js/pichat2.js @@ -2321,7 +2321,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); |
