rbrindley: branch 2.0 r4797 - /branches/2.0/config/js/index.js

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Thu May 21 14:59:50 CDT 2009


Author: rbrindley
Date: Thu May 21 14:59:47 2009
New Revision: 4797

URL: http://svn.asterisk.org/svn-view/asterisk-gui?view=rev&rev=4797
Log:

- the dahdi page doesn't yet configure BRI so lets still
  show the mISDN page if both zaptel and dahdi are installed


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

Modified: branches/2.0/config/js/index.js
URL: http://svn.asterisk.org/svn-view/asterisk-gui/branches/2.0/config/js/index.js?view=diff&rev=4797&r1=4796&r2=4797
==============================================================================
--- branches/2.0/config/js/index.js (original)
+++ branches/2.0/config/js/index.js Thu May 21 14:59:47 2009
@@ -457,7 +457,7 @@
 				sessionData.directories.app_DahdiScan = 'ztscan > ' + sessionData.directories.asteriskConfig + ASTGUI.globals.dahdiScanOutput ;
 				miscFunctions.hide_panel('misdn.html', 1);
 			}else{
-				miscFunctions.hide_panel('misdn.html', -1);
+				miscFunctions.hide_panel('misdn.html', 1);
 			}
 
 			ASTGUI.systemCmd( sessionData.directories.app_DahdiScan , onLogInFunctions.updatePanels4Platform );




More information about the asterisk-gui-commits mailing list