spacing issues

This commit is contained in:
kunalgosar 2017-03-21 14:16:49 -07:00
parent 30d2ea0ea5
commit f09ee92fe1

View file

@ -343,11 +343,11 @@
break; break;
} }
} }
function locationChanged() { function locationChanged() {
lastPage = location.href; lastPage = location.href;
} }
// Load / unload. // Load / unload.
window.addEventListener("load", onLoad); // More robust to Web site issues than using $(document).ready(). window.addEventListener("load", onLoad); // More robust to Web site issues than using $(document).ready().
window.addEventListener("hashchange", locationChanged); window.addEventListener("hashchange", locationChanged);