removed alert when an error is thrown
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
var paramValue = hashParam.split('=')[1];
|
||||
document.write("<OPTION value=3>" + paramValue + "</OPTION>");
|
||||
} catch(err) {
|
||||
alert(err);
|
||||
}
|
||||
//document.write("</select>");
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user