rbrindley: branch rbrindley/welcome_revamp r4212 - in /team/rbrindley/welcome...
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Mon Nov 24 16:39:53 CST 2008
Author: rbrindley
Date: Mon Nov 24 16:39:52 2008
New Revision: 4212
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=4212
Log:
- fixed a hide/show toggle issue with System Info
- correct a duplicate id for sysstat_sys_info
Modified:
team/rbrindley/welcome_revamp/config/js/welcome2.js
team/rbrindley/welcome_revamp/config/welcome2.html
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=4212&r1=4211&r2=4212
==============================================================================
--- team/rbrindley/welcome_revamp/config/js/welcome2.js (original)
+++ team/rbrindley/welcome_revamp/config/js/welcome2.js Mon Nov 24 16:39:52 2008
@@ -41,7 +41,7 @@
/* Event Delegation */
$('body').click( $.delegate({
'.minimaxi': function (e) {
- $(e.target).parents("div.content").children(".body").toggle();
+ $(e.target).parents("div:not(.handle)").children(".body").toggle();
if ($(e.target).html() == "[ - ]") {
$(e.target).html("[ + ]");
} else {
Modified: team/rbrindley/welcome_revamp/config/welcome2.html
URL: http://svn.digium.com/view/asterisk-gui/team/rbrindley/welcome_revamp/config/welcome2.html?view=diff&rev=4212&r1=4211&r2=4212
==============================================================================
--- team/rbrindley/welcome_revamp/config/welcome2.html (original)
+++ team/rbrindley/welcome_revamp/config/welcome2.html Mon Nov 24 16:39:52 2008
@@ -253,6 +253,6 @@
</div>
<div id="sysstat_ftr_container">
- <div id="sysstat_sys_info"></div>
+ <div id="sysstat_sys_events"></div>
</div>
</body>
More information about the asterisk-gui-commits
mailing list