From f8f5c923dde50714ebe55c20b3705049a1ea7690 Mon Sep 17 00:00:00 2001 From: primalmotion Date: Thu, 29 Jul 2010 18:04:24 +0200 Subject: [PATCH] * removing auto stylesheet loading --- include/util.js | 2 -- 1 file changed, 2 deletions(-) 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);