Module: nagvis Branch: master Commit: 0928051c6bf4f6f80e1fa873fa08e8789fe57870 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=0928051c6bf4f6f80e1fa873fa08e8789fe57870
Author: Lars Michelsen <[email protected]> Date: Thu Dec 2 20:36:18 2010 +0100 Fixed syntax errors --- share/frontend/nagvis-js/js/frontendEventlog.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/share/frontend/nagvis-js/js/frontendEventlog.js b/share/frontend/nagvis-js/js/frontendEventlog.js index ecd2c4e..2028732 100644 --- a/share/frontend/nagvis-js/js/frontendEventlog.js +++ b/share/frontend/nagvis-js/js/frontendEventlog.js @@ -68,11 +68,11 @@ function eventlogInitialize() { oEventlogControl.setAttribute("id","eventlogControl"); oEventlogControl.appendChild(doc.createTextNode('_')); oEventlogControl.onmouseover = function() { - doc.body.style.cursor='pointer'; + document.body.style.cursor='pointer'; }; oEventlogControl.onmouseout = function() { - doc.body.style.cursor='auto'; + document.body.style.cursor='auto'; }; oEventlogControl.onclick = function() { ------------------------------------------------------------------------------ Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. http://p.sf.net/sfu/intelisp-dev2dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
