Browse Source

better param parsing

master
AJ ONeal 5 years ago
parent
commit
f0049c7f06
  1. 2
      lib/html/js/app.js

2
lib/html/js/app.js

@ -3,7 +3,7 @@
document.body.hidden = false;
var hash = window.location.hash.substr(1);
var hash = window.location.hash.replace(/^[\/#?]+/, '');
var query = window.location.search;
function parseQuery(search) {

Loading…
Cancel
Save