unbreak safari

pull/21833/head
Matthew Hodgson 2016-02-09 15:07:57 +00:00
parent baa6826409
commit 3fd7dff264
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ var cached = false;
function calcCssFixups() { function calcCssFixups() {
for (var i = 0; i < document.styleSheets.length; i++) { for (var i = 0; i < document.styleSheets.length; i++) {
var ss = document.styleSheets[i]; var ss = document.styleSheets[i];
if (!ss) continue; // well done safari >:(
// Chromium apparently sometimes returns null here; unsure why. // Chromium apparently sometimes returns null here; unsure why.
// see $14534907369972FRXBx:matrix.org in HQ // see $14534907369972FRXBx:matrix.org in HQ
// ...ah, it's because there's a third party extension like // ...ah, it's because there's a third party extension like