rbrindley: branch rbrindley/welcome_revamp r4286 - /team/rbrindley/welcome_re...
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Thu Dec 4 20:00:33 CST 2008
Author: rbrindley
Date: Thu Dec 4 20:00:33 2008
New Revision: 4286
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=4286
Log:
added a trigger('update') so that tablesorter would sort on new content for extensions
Modified:
team/rbrindley/welcome_revamp/config/js/welcome2.js
Modified: team/rbrindley/welcome_revamp/config/js/welcome2.js
URL: http://svn.digium.com/view/asterisk-gui/team/rbrindley/welcome_revamp/config/js/welcome2.js?view=diff&rev=4286&r1=4285&r2=4286
==============================================================================
--- team/rbrindley/welcome_revamp/config/js/welcome2.js (original)
+++ team/rbrindley/welcome_revamp/config/js/welcome2.js Thu Dec 4 20:00:33 2008
@@ -728,6 +728,7 @@
}
exten_status_img.parent().siblings('.exten_status').html(state);
+ $('#extensions_list').trigger('update');
};
var pushRow = function(tbody, cells) {
More information about the asterisk-gui-commits
mailing list