.
This commit is contained in:
@@ -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;
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user