mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-17 23:04:07 +01:00
initial release
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