bkruse: branch 2.0 r3684 - /branches/2.0/config/status.html
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Tue Aug 19 13:27:56 CDT 2008
Author: bkruse
Date: Tue Aug 19 13:27:55 2008
New Revision: 3684
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=3684
Log:
Pari schooled me on some JS. Forgot to hide the window.
Modified:
branches/2.0/config/status.html
Modified: branches/2.0/config/status.html
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/status.html?view=diff&rev=3684&r1=3683&r2=3684
==============================================================================
--- branches/2.0/config/status.html (original)
+++ branches/2.0/config/status.html Tue Aug 19 13:27:55 2008
@@ -118,6 +118,8 @@
ASTGUI.doTransfer(CUR_CHAN, to);
ASTGUI.feedback({ msg:'Transfered ' + CUR_CHAN + ' to ' + to, showfor: 3, color: 'blue' });
+ $('#div_activechannel_edit').hideWithBg();
+
}
var show_Edit_ChannelHangup = function(chan) {
More information about the asterisk-gui-commits
mailing list