[Webkit-unassigned] [Bug 61400] REGRESSION(84329): Stylesheets on some pages do not load
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 24 16:04:09 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=61400
--- Comment #2 from Alexey Proskuryakov <ap at webkit.org> 2011-05-24 16:04:09 PST ---
function setActiveStyleSheet(title) {
var i, a, main;
for (i=0; (a = document.getElementsByTagName("link")[i]); i++) {
if (a.getAttribute("rel") &&
a.getAttribute("rel").indexOf("style") != -1 &&
a.getAttribute("title")) {
a.disabled = true;
if(a.getAttribute("title") == title) a.disabled = false;
}
}
}
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list