pari: branch 2.0 r4013 - /branches/2.0/config/flashupdate.html
    SVN commits to the Asterisk-GUI project 
    asterisk-gui-commits at lists.digium.com
       
    Thu Oct 23 18:16:49 CDT 2008
    
    
  
Author: pari
Date: Thu Oct 23 18:16:49 2008
New Revision: 4013
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=4013
Log:
 AA50-2234: fixing wiered 'ls' behavior on AA50
Modified:
    branches/2.0/config/flashupdate.html
Modified: branches/2.0/config/flashupdate.html
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/flashupdate.html?view=diff&rev=4013&r1=4012&r2=4013
==============================================================================
--- branches/2.0/config/flashupdate.html (original)
+++ branches/2.0/config/flashupdate.html Thu Oct 23 18:16:49 2008
@@ -167,7 +167,7 @@
 	var c = config2json({filename:'http.conf', usf:1});
 	_$('tdupload').style.display = ( c.hasOwnProperty('post_mappings') && c['post_mappings'].hasOwnProperty('uploads') && c['post_mappings']['uploads'] == uImage_uploadpath) ? '' : 'none';
 
-	ASTGUI.systemCmdWithOutput( "ls /var/lib/asterisk/sounds/asteris*" , function(a){
+	ASTGUI.systemCmdWithOutput( "ls /var/lib/asterisk/sounds/a*" , function(a){
 		if( a.contains('/var/lib/asterisk/sounds/asteriskoverlay') ){
 			_$('uploadOVERLAY_iframe').src = "upload_form.html" ;
 			$("#overlayUpload_TR").show();
    
    
More information about the asterisk-gui-commits
mailing list