pari: branch 2.0 r4352 - /branches/2.0/config/js/misdn.js
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Mon Dec 15 14:37:56 CST 2008
Author: pari
Date: Mon Dec 15 14:37:55 2008
New Revision: 4352
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=4352
Log:
bugfix: hideWithBg()
Modified:
branches/2.0/config/js/misdn.js
Modified: branches/2.0/config/js/misdn.js
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/js/misdn.js?view=diff&rev=4352&r1=4351&r2=4352
==============================================================================
--- branches/2.0/config/js/misdn.js (original)
+++ branches/2.0/config/js/misdn.js Mon Dec 15 14:37:55 2008
@@ -195,9 +195,8 @@
PORTS[p]['option'] = _$('editport_option').value ;
PORTS[p]['edited'] = true;
misdnConfig.showMisdnConfiginTable();
- _$('edit_port').style.display = "none";
-
- _$('misdntable_r'+p).style.background = "#C9AAAA";
+ $('#edit_port').hideWithBg();
+ // _$('misdntable_r'+p).style.background = "#C9AAAA";
}
More information about the asterisk-gui-commits
mailing list