diff --git a/include/util.js b/include/util.js index 54ada0f..e1d11ab 100644 --- a/include/util.js +++ b/include/util.js @@ -324,6 +324,4 @@ Util.selectStylesheet = function(sheet) { return sheet; }; -// call once to disable alternates and get around webkit bug -Util.selectStylesheet(null);