Files
metasploit-gs/data/msfweb/public/javascripts/application.js
T
lmh e706029fa4 Exploits and payloads listing now works, fixed also the taskbar style and other layout issues.
git-svn-id: file:///home/svn/framework3/trunk@3951 4d416f70-5f16-0410-b530-b9f4589650da
2006-09-25 08:36:15 +00:00

16 lines
352 B
JavaScript

/*
* Copyright (c) 2006, L.M.H. <lmh@info-pull.>
* All Rights Reserved.
*/
var about_dlg;
var main_Pane;
function helper_functions(e) {
about_dlg = dojo.widget.byId("AboutDialog");
main_Pane = dojo.widget.byId("maincontent");
var btn = document.getElementById("hidedialog");
about_dlg.setCloseControl(btn);
}
dojo.addOnLoad(helper_functions);