UNPKG

soocrate-core

Version:

this is the core of soocrate application

9 lines (8 loc) 207 B
(function(){ if (location.protocol === 'file:') { var elms = document.querySelectorAll('a[href="./"]'); for (var i = 0; i < elms.length; i++) { elms[i].href = './index.html'; } } })();