pari: branch 2.0 r3680 - /branches/2.0/config/js/index.js
    SVN commits to the Asterisk-GUI project 
    asterisk-gui-commits at lists.digium.com
       
    Tue Aug 19 12:48:57 CDT 2008
    
    
  
Author: pari
Date: Tue Aug 19 12:48:57 2008
New Revision: 3680
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=3680
Log:
 removing a comment that does not make any sense
Modified:
    branches/2.0/config/js/index.js
Modified: branches/2.0/config/js/index.js
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/js/index.js?view=diff&rev=3680&r1=3679&r2=3680
==============================================================================
--- branches/2.0/config/js/index.js (original)
+++ branches/2.0/config/js/index.js Tue Aug 19 12:48:57 2008
@@ -160,7 +160,7 @@
 		ASTGUI.dialog.waitWhile('Checking write permission for gui folder');
 		var rand = Math.round(100000*Math.random());
 
-		ASTGUI.systemCmdWithOutput( "echo '" + rand + "'" , function(s){ // run 'misdn-init scan'
+		ASTGUI.systemCmdWithOutput( "echo '" + rand + "'" , function(s){
 			if( s.contains(rand) ){
 				ASTGUI.dialog.waitWhile('detecting Hardware ..');
 				ASTGUI.systemCmd( ASTGUI.apps.Ztscan, onLogInFunctions.updatePanels4Platform );
    
    
More information about the asterisk-gui-commits
mailing list