rbrindley: branch 2.0 r4763 - /branches/2.0/config/users.html

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Thu Apr 30 12:04:41 CDT 2009


Author: rbrindley
Date: Thu Apr 30 12:04:38 2009
New Revision: 4763

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

- show_UserEdit_Advanced(), not ...User_Edit...


Modified:
    branches/2.0/config/users.html

Modified: branches/2.0/config/users.html
URL: http://svn.digium.com/svn-view/asterisk-gui/branches/2.0/config/users.html?view=diff&rev=4763&r1=4762&r2=4763
==============================================================================
--- branches/2.0/config/users.html (original)
+++ branches/2.0/config/users.html Thu Apr 30 12:04:38 2009
@@ -544,7 +544,7 @@
 				return false;
 		});
 		$('#User_AdvancedEditButton').click(function() {
-			show_User_Edit_Advanced();
+			show_UserEdit_Advanced();
 		});
 		$('#edit_fxs').change(function() {
 			/* lets disable all the inputs that are analog only if




More information about the asterisk-gui-commits mailing list