mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-28 03:51:33 +01:00
site documentation 1.2.11
This commit is contained in:
8
dependency-check-cli/cobertura/js/popup.js
Normal file
8
dependency-check-cli/cobertura/js/popup.js
Normal file
@@ -0,0 +1,8 @@
|
||||
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