mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-29 05:12:14 +02:00
initial release
This commit is contained in:
8
dependency-check-core/cobertura/js/popup.js
Normal file
8
dependency-check-core/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