DEV left in debug (not a good edit this one...)

pull/428/head
Colin Marks 6 years ago
parent 1cb1d80874
commit 69d9915a75

@ -59,8 +59,6 @@
var pair = search[i].split('=');
var key = decodeURIComponent(pair[0]);
var value = decodeURIComponent(pair[1]);
console.log('key: ' + key);
console.log('value: ' + value);
// "Casting"
if (value === 'true') {

Loading…
Cancel
Save