mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-28 20:02:16 +01:00
cleaned up site
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
var newwindow;
|
||||
function popupwindow(url)
|
||||
{
|
||||
newwindow=window.open(url,'name','height=500,width=500,resizable=yes,scrollbars=yes');
|
||||
if (window.focus) {
|
||||
newwindow.focus()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user