pari: branch asterisknow r1902 -	/branches/asterisknow/config/home.html
    SVN commits to the Asterisk-GUI project 
    asterisk-gui-commits at lists.digium.com
       
    Wed Dec  5 10:46:58 CST 2007
    
    
  
Author: pari
Date: Wed Dec  5 10:46:57 2007
New Revision: 1902
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1902
Log:
fixing invaid path
Modified:
    branches/asterisknow/config/home.html
Modified: branches/asterisknow/config/home.html
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/home.html?view=diff&rev=1902&r1=1901&r2=1902
==============================================================================
--- branches/asterisknow/config/home.html (original)
+++ branches/asterisknow/config/home.html Wed Dec  5 10:46:57 2007
@@ -229,7 +229,7 @@
 	encodeURI('play_file,n,Playback(${var1})') + "&" + 
 	"Action-000012=append&Cat-000012=" + asterisk_guitools + "&Var-000012=exten&Value-000012=" +
 	encodeURI('play_file,n,Hangup') + "&";
-	var tmp = new Ajax.Request(rawman_url, opt) ;
+	var tmp = new Ajax.Request( asterisk_rawmanPath, opt) ;
 }
 
 </script>
    
    
More information about the asterisk-gui-commits
mailing list