Module: nagvis Branch: master Commit: 5d9bbafa700c87dce836cd5af8be19bbb5e75f85 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/nagvis;a=commit;h=5d9bbafa700c87dce836cd5af8be19bbb5e75f85
Author: Lars Michelsen <[email protected]> Date: Tue Sep 8 21:25:11 2009 +0200 #8 Fixed loading of hover/context related css files --- share/frontend/nagvis-js/js/frontend.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/share/frontend/nagvis-js/js/frontend.js b/share/frontend/nagvis-js/js/frontend.js index 6946e6c..469e12e 100755 --- a/share/frontend/nagvis-js/js/frontend.js +++ b/share/frontend/nagvis-js/js/frontend.js @@ -265,7 +265,7 @@ function getContextTemplates(aObjs) { // Load template css file var oLink = document.createElement('link'); - oLink.href = oGeneralProperties.path_htmlbase+'/context/templates/context/tmpl.'+sName+'.css'; + oLink.href = oGeneralProperties.path_htmlbase+'/userfiles/templates/context/tmpl.'+sName+'.css'; oLink.rel = 'stylesheet'; oLink.type = 'text/css'; document.body.appendChild(oLink); ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
