null+****@clear*****
null+****@clear*****
2012年 4月 6日 (金) 14:48:29 JST
Kouhei Sutou 2012-04-06 14:48:29 +0900 (Fri, 06 Apr 2012)
New Revision: ea6fb971bc73fed1a903016c1278511cb86ca3fe
Log:
admin: stop status timer on tab change
Modified files:
data/html/admin/js/groonga-admin.js
Modified: data/html/admin/js/groonga-admin.js (+1 -0)
===================================================================
--- data/html/admin/js/groonga-admin.js 2012-04-06 13:53:47 +0900 (46a5edc)
+++ data/html/admin/js/groonga-admin.js 2012-04-06 14:48:29 +0900 (d2d6a4e)
@@ -272,6 +272,7 @@ jQuery.extend(GroongaAdmin.prototype, {
});
},
_selectTab: function(name) {
+ this.stop_status_timer();
this._$databaseTabs.hide();
this._$tableTabs.hide();
this._$suggestTabs.hide();