UNPKG

mongoose-data-seed

Version:

Seed mongodb with data using mongoose models

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'; } } })();