victorwesterlund.com/docs/assets/js/nomodule.js
Victor Westerlund 52b8945086 Renamed public/ to docs/
Renamed the folder `public/` to make it usable with GH Pages only non-root directory.
2021-08-06 13:42:42 +02:00

7 lines
238 B
JavaScript

// Promote IE to Edge
if(/MSIE \d|Trident.*rv:/.test(navigator.userAgent)) {
window.location = 'microsoft-edge:' + window.location;
setTimeout(function() {
window.location = 'https://go.microsoft.com/fwlink/?linkid=2135547';
},1);
}