This commit is contained in:
Ross
2021-02-05 14:41:57 +00:00
parent 4344f33f3b
commit c750bb25b7
-6
View File
@@ -363,9 +363,3 @@ function keyDownHandler(e) {
}
}
function popitup(url, title) {
newwindow=window.open(url,title,'height=600,width=500');
if (window.focus) {newwindow.focus()}
return false;
}