rbrindley: branch 2.0 r4619 - /branches/2.0/config/js/users.js
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Thu Mar 12 09:41:10 CDT 2009
Author: rbrindley
Date: Thu Mar 12 09:41:07 2009
New Revision: 4619
URL: http://svn.digium.com/svn-view/asterisk-gui?view=rev&rev=4619
Log:
- changed top.pbx to parent.pbx
Modified:
branches/2.0/config/js/users.js
Modified: branches/2.0/config/js/users.js
URL: http://svn.digium.com/svn-view/asterisk-gui/branches/2.0/config/js/users.js?view=diff&rev=4619&r1=4618&r2=4619
==============================================================================
--- branches/2.0/config/js/users.js (original)
+++ branches/2.0/config/js/users.js Thu Mar 12 09:41:07 2009
@@ -462,7 +462,7 @@
};
var newuser_settings = ASTGUI.toCustomObject( { fullname : ASTGUI.getFieldValue('edit_fullname'), registersip: 'no', host: 'dynamic', callgroup : '1' } );
parent.ASTGUI.dialog.waitWhile(' Saving... ');
- top.pbx.users.add( NU_EXT, newuser_settings, cb);
+ parent.pbx.users.add( NU_EXT, newuser_settings, cb);
return;
}else{
///////////////////
More information about the asterisk-gui-commits
mailing list