rbrindley: branch 2.0 r4407 - /branches/2.0/config/js/trunks_analog.js

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Fri Jan 9 10:26:19 CST 2009


Author: rbrindley
Date: Fri Jan  9 10:26:18 2009
New Revision: 4407

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=4407
Log:

- enclosed trunkname with missing single quotation marks.

(closes issue #14200)


Modified:
    branches/2.0/config/js/trunks_analog.js

Modified: branches/2.0/config/js/trunks_analog.js
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/js/trunks_analog.js?view=diff&rev=4407&r1=4406&r2=4407
==============================================================================
--- branches/2.0/config/js/trunks_analog.js (original)
+++ branches/2.0/config/js/trunks_analog.js Fri Jan  9 10:26:18 2009
@@ -151,7 +151,7 @@
 			window.location.reload();
 		};
 
-		var tmp_object = {'zapchan':scs , trunkname: trunk_name } ;
+		var tmp_object = {'zapchan':scs , 'trunkname': trunk_name } ;
 		Electrical_Fields.each(function(fld){
 			tmp_object[fld] = ASTGUI.getFieldValue( _$(fld) );
 		});




More information about the asterisk-gui-commits mailing list