removed alert when an error is thrown

This commit is contained in:
cktricky
2014-05-26 16:58:26 -04:00
parent 1594255251
commit 8595954096
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -10,7 +10,6 @@
var paramValue = hashParam.split('=')[1];
document.write("<OPTION value=3>" + paramValue + "</OPTION>");
} catch(err) {
alert(err);
}
//document.write("</select>");
</script>