forked from tools/josh
Remove all inline styles
parent
301181c122
commit
8dfcba0be4
@ -0,0 +1,11 @@
|
||||
if (/MSIE|Trident/.test(window.navigator.userAgent)) {
|
||||
window.onload = function() {
|
||||
document.getElementById("ie-warning").className = "";
|
||||
};
|
||||
}
|
||||
|
||||
if ("serviceWorker" in navigator) {
|
||||
window.addEventListener("load", function() {
|
||||
return navigator.serviceWorker.register("sw.js?v=%%VERSION_NUMBER%%");
|
||||
});
|
||||
}
|
Loading…
Reference in New Issue