removed test code

This commit is contained in:
Luke Pulverenti 2014-04-08 22:27:30 -04:00
parent 9ee76d4555
commit d5163c5ded

View file

@ -235,7 +235,7 @@ function getWindowLocationSearch(win) {
search = window.location.href.substring(index);
}
}
alert();
return search || '';
}