bkruse: branch 1.4 r1584 - /branches/1.4/config/queues.html

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Wed Sep 12 16:12:37 CDT 2007


Author: bkruse
Date: Wed Sep 12 16:12:36 2007
New Revision: 1584

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1584
Log:
Quick syntactical change for queues.html
Did not check when I applied that patch.
(Thanks Killfill!)

Modified:
    branches/1.4/config/queues.html

Modified: branches/1.4/config/queues.html
URL: http://svn.digium.com/view/asterisk-gui/branches/1.4/config/queues.html?view=diff&rev=1584&r1=1583&r2=1584
==============================================================================
--- branches/1.4/config/queues.html (original)
+++ branches/1.4/config/queues.html Wed Sep 12 16:12:36 2007
@@ -59,7 +59,7 @@
 
 function delete_extension(a){
 	// delete extension 'a' in extensions.conf
-	var uri = build_action('delete', 0, specialcontext ,'exten', '',a+',1,Answer(); 
+	var uri = build_action('delete', 0, specialcontext ,'exten', '',a+',1,Answer()'); 
 	uri += build_action('delete', 1, specialcontext ,'exten', '',a+',1,Queue(${EXTEN})'); 
 	makerequest('u','extensions.conf', uri, function(t){return true;});
 }




More information about the asterisk-gui-commits mailing list