rbrindley: branch 2.0 r4754 - /branches/2.0/config/welcome.html
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Tue Apr 21 14:57:46 CDT 2009
Author: rbrindley
Date: Tue Apr 21 14:57:43 2009
New Revision: 4754
URL: http://svn.digium.com/svn-view/asterisk-gui?view=rev&rev=4754
Log:
- added event delegation for meetme kick and mute
Modified:
branches/2.0/config/welcome.html
Modified: branches/2.0/config/welcome.html
URL: http://svn.digium.com/svn-view/asterisk-gui/branches/2.0/config/welcome.html?view=diff&rev=4754&r1=4753&r2=4754
==============================================================================
--- branches/2.0/config/welcome.html (original)
+++ branches/2.0/config/welcome.html Tue Apr 21 14:57:43 2009
@@ -674,6 +674,12 @@
loadQueues();
return false;
});
+ $('#sys_status_meetme')
+ .delegate('click', '.actions .kick', function() {
+ alert('kick!');
+ }).delegate('click', '.actions .mute', function() {
+ alert('mute!');
+ });
$('#extensions_sections')
.delegate('click','.section', function () {
var title;
More information about the asterisk-gui-commits
mailing list