Module: nagvis Branch: master Commit: c92363f31d446c5e0b2bfa360e9cf00fb8d1d875 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=c92363f31d446c5e0b2bfa360e9cf00fb8d1d875
Author: LaMi <[email protected]> Date: Fri Jan 15 11:11:05 2010 +0100 Fixed complete hiding of new header menu; Removed debug output --- share/userfiles/templates/default.header.js | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/share/userfiles/templates/default.header.js b/share/userfiles/templates/default.header.js index b2771cc..5d404e6 100644 --- a/share/userfiles/templates/default.header.js +++ b/share/userfiles/templates/default.header.js @@ -48,7 +48,6 @@ function ddMenuHide(aIds) { // main function to handle the mouse events // function ddMenu(id, d, reposition){ - document.getElementById('box_textbox_0').appendChild(document.createTextNode('ddMenu('+id+','+d+','+reposition+')\n')); var h = document.getElementById(id + '-ddheader'); var c = document.getElementById(id + '-ddcontent'); @@ -109,10 +108,8 @@ function ddSlide(c,d){ clearInterval(c.timer); } - // Hide finished - document.getElementById('box_textbox_0').appendChild(document.createTextNode('Currh:'+currh+'\n')); + // Finish hiding (above calculation do not work properly cause dist may become 0) if(dist == 0 && d != 1) { - document.getElementById('box_textbox_0').appendChild(document.createTextNode('Hide finished\n')); c.style.opacity = 0; c.style.filter = 'alpha(opacity=0)'; c.style.height = '0px'; ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
