bkruse: branch asterisknow r2006 - /branches/asterisknow/config/scripts/
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Wed Dec 19 14:41:36 CST 2007
Author: bkruse
Date: Wed Dec 19 14:41:36 2007
New Revision: 2006
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=2006
Log:
Thought I fixed this, fixing the absolute path
for the images to a relative one
Modified:
branches/asterisknow/config/scripts/astman.js
Modified: branches/asterisknow/config/scripts/astman.js
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/scripts/astman.js?view=diff&rev=2006&r1=2005&r2=2006
==============================================================================
--- branches/asterisknow/config/scripts/astman.js (original)
+++ branches/asterisknow/config/scripts/astman.js Wed Dec 19 14:41:36 2007
@@ -588,7 +588,7 @@
_hs.borderColor= "#7E5538";
_hs.borderStyle= "solid";
h.innerHTML = '<BR><BR><TABLE border=0 cellpadding=0 cellspacing=3 align=center>' +
- '<TR><TD><img src="/static/config/images/loading.gif"></TD>' +
+ '<TR><TD><img src="images/loading.gif"></TD>' +
'<TD valign=middle align=center> <div id=message_text></div></TD></TR></TABLE>';
document.body.appendChild(h);
}
More information about the asterisk-gui-commits
mailing list