mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Oops, remove console.log
This commit is contained in:
parent
746e115f99
commit
1793b6840a
@ -30,12 +30,10 @@ var $buo = function() {
|
|||||||
sheet.innerHTML = style;
|
sheet.innerHTML = style;
|
||||||
}
|
}
|
||||||
catch(e) {
|
catch(e) {
|
||||||
console.log(e);
|
|
||||||
try {
|
try {
|
||||||
sheet.styleSheet.cssText = style;
|
sheet.styleSheet.cssText = style;
|
||||||
}
|
}
|
||||||
catch(ex) {
|
catch(ex) {
|
||||||
console.log('failed to add the css');
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user