pari: branch 2.0 r3981 - /branches/2.0/config/js/index.js

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Mon Oct 20 16:03:56 CDT 2008


Author: pari
Date: Mon Oct 20 16:03:55 2008
New Revision: 3981

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

 also resize main iFrame in show_advancedMode()



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

Modified: branches/2.0/config/js/index.js
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/js/index.js?view=diff&rev=3981&r1=3980&r2=3981
==============================================================================
--- branches/2.0/config/js/index.js (original)
+++ branches/2.0/config/js/index.js Mon Oct 20 16:03:55 2008
@@ -400,7 +400,6 @@
 		}else{
 			$('#applyChanges_Button').hide();
 		}
-		miscFunctions.resizeMainIframe();
 		ASTGUI.dialog.hide();
 
 		/* CUSTOM ACTIONS BASED ON GET PARAMS */
@@ -517,6 +516,7 @@
 		}else{
 			$(".AdvancedMode").hide();
 		}
+		miscFunctions.resizeMainIframe();
 	},
 
 	flip_advancedmode: function(){




More information about the asterisk-gui-commits mailing list