pari: branch aadk r901 - in /branches/aadk: ./ config/
	config/scripts/
    asterisk-gui-commits at lists.digium.com 
    asterisk-gui-commits at lists.digium.com
       
    Tue May  8 15:20:43 MST 2007
    
    
  
Author: pari
Date: Tue May  8 17:20:43 2007
New Revision: 901
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=901
Log:
Merged revisions 899 via svnmerge from 
https://origsvn.digium.com/svn/asterisk-gui/trunk
........
r899 | pari | 2007-05-08 17:18:14 -0500 (Tue, 08 May 2007) | 1 line
Create Astman Object only when needed
........
Modified:
    branches/aadk/   (props changed)
    branches/aadk/config/cfgbasic.html
    branches/aadk/config/scripts/astman.js
Propchange: branches/aadk/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Tue May  8 17:20:43 2007
@@ -1,1 +1,1 @@
-/trunk:1-430,433-449,489-501,505-506,508-510,512-540,542-557,559,561-577,580-586,588-616,618-767,769-893
+/trunk:1-430,433-449,489-501,505-506,508-510,512-540,542-557,559,561-577,580-586,588-616,618-767,769-900
Modified: branches/aadk/config/cfgbasic.html
URL: http://svn.digium.com/view/asterisk-gui/branches/aadk/config/cfgbasic.html?view=diff&rev=901&r1=900&r2=901
==============================================================================
--- branches/aadk/config/cfgbasic.html (original)
+++ branches/aadk/config/cfgbasic.html Tue May  8 17:20:43 2007
@@ -201,6 +201,9 @@
 }
 
 function registerajax() {
+	astmanEngine = new Astman();
+	astmanEngine.setURL(asterisk_rawmanPath);
+
 	_$('mainscreen').src = "home.html" ;
 	Rico.Corner.round('tooltip_round', {compact:true});
 		// if you want google style feedback boxes :-)
@@ -227,7 +230,7 @@
 	started = 1;
 }
 
-astmanEngine.setURL(asterisk_rawmanPath );
+
 //astmanEngine.setEventCallback(eventeater.eventcb);
 
 function Logoff(){
Modified: branches/aadk/config/scripts/astman.js
URL: http://svn.digium.com/view/asterisk-gui/branches/aadk/config/scripts/astman.js?view=diff&rev=901&r1=900&r2=901
==============================================================================
--- branches/aadk/config/scripts/astman.js (original)
+++ branches/aadk/config/scripts/astman.js Tue May  8 17:20:43 2007
@@ -1860,4 +1860,4 @@
 	}
 }
 
-astmanEngine = new Astman();
+
    
    
More information about the asterisk-gui-commits
mailing list