2
2
mirror of https://git.coolaj86.com/coolaj86/telebit.js.git synced 2025-03-01 06:00:54 +00:00

better param parsing

This commit is contained in:
AJ ONeal 2019-05-28 17:07:45 -06:00
parent b5d57817cf
commit f0049c7f06

View File

@ -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) {