pari: branch aadk r845 - /branches/aadk/config/flashupdate.html
    asterisk-gui-commits at lists.digium.com 
    asterisk-gui-commits at lists.digium.com
       
    Wed May  2 10:36:25 MST 2007
    
    
  
Author: pari
Date: Wed May  2 12:36:25 2007
New Revision: 845
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=845
Log:
No need to check for Compact Flash as we are not uploading to C.F anymore
Modified:
    branches/aadk/config/flashupdate.html
Modified: branches/aadk/config/flashupdate.html
URL: http://svn.digium.com/view/asterisk-gui/branches/aadk/config/flashupdate.html?view=diff&rev=845&r1=844&r2=845
==============================================================================
--- branches/aadk/config/flashupdate.html (original)
+++ branches/aadk/config/flashupdate.html Wed May  2 12:36:25 2007
@@ -114,12 +114,9 @@
 		return;
 	}
 
+	_$('tdupload').style.display="none";
 	parent.loadscreen(this);
-	if( parent.CF_status){ // if C.F is mounted, created an uploads folder
-		parent.astmanEngine.run_tool("mkdir -p " + uimage_uploadpath, callback = function() {});
-	}else{ // C.F not mounted 
-		_$('tdupload').style.display="none";
-	}
+	parent.astmanEngine.run_tool("mkdir -p " + uimage_uploadpath, callback = function() {});
 }
 
 
    
    
More information about the asterisk-gui-commits
mailing list