pari: trunk r905 - /trunk/config/setup/install.html
asterisk-gui-commits at lists.digium.com
asterisk-gui-commits at lists.digium.com
Thu May 10 07:09:17 MST 2007
Author: pari
Date: Thu May 10 09:09:16 2007
New Revision: 905
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=905
Log:
Reported by fakhir :: http://bugs.digium.com/view.php?id=9698, bug introduced in commit 899
Modified:
trunk/config/setup/install.html
Modified: trunk/config/setup/install.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/setup/install.html?view=diff&rev=905&r1=904&r2=905
==============================================================================
--- trunk/config/setup/install.html (original)
+++ trunk/config/setup/install.html Thu May 10 09:09:16 2007
@@ -37,7 +37,10 @@
var localextenlength;
function localinit(){
-
+ astmanEngine = new Astman();
+ astmanEngine.setURL(rawman_url);
+ astmanEngine.setEventCallback(eventeater.eventcb);
+ _$('mainscreen').src="1.html";
}
eventeater.eventcb = function(msgs) {
@@ -46,8 +49,6 @@
}
}
-astmanEngine.setURL(rawman_url);
-astmanEngine.setEventCallback(eventeater.eventcb);
</script>
<body onload="localinit()" topmargin=0 bgcolor="FFFFFF">
<TABLE width=800 cellpadding=0 cellspacing=0 border=0 align="center" style="border: 1px solid #660000; margin-top: 8px;">
@@ -63,7 +64,7 @@
</TABLE>
</TD>
</TR>
- <TR><TD height=400><iframe width=785 height=396 frameborder="0" border="0" marginheight="0" marginwidth="0" src="1.html" id="mainscreen" SCROLLING=no></iframe></TD>
+ <TR><TD height=400><iframe width=785 height=396 frameborder="0" border="0" marginheight="0" marginwidth="0" id="mainscreen" SCROLLING=no></iframe></TD>
</TR>
<TR><TD height=50 bgcolor="#DBDBDB" align="right" valign="middle">
<TABLE cellpadding=0 cellspacing=0 width="130" border=0 align="right">
More information about the asterisk-gui-commits
mailing list