[Groonga-commit] groonga/groonga [master] admin: "summary" sidemenu always opens the summary tab

Back to archive index

null+****@clear***** null+****@clear*****
2012年 4月 5日 (木) 16:23:34 JST


Kouhei Sutou	2012-04-05 16:23:34 +0900 (Thu, 05 Apr 2012)

  New Revision: 334decea322db162ab359126117bbf4298752c3c

  Log:
    admin: "summary" sidemenu always opens the summary tab

  Modified files:
    data/html/admin/js/groonga-admin.js

  Modified: data/html/admin/js/groonga-admin.js (+1 -1)
===================================================================
--- data/html/admin/js/groonga-admin.js    2012-04-05 16:14:08 +0900 (d9910b4)
+++ data/html/admin/js/groonga-admin.js    2012-04-05 16:23:34 +0900 (0d961d0)
@@ -144,7 +144,7 @@ function GroongaAdmin() {
     that.current_table = null;
     $('#table-tabs').hide();
     $('#database-tabs').show();
-    that.start_status_timer();
+    that.database_tabs.tabs("select", "#database-tab-summary");
   });
   this.update_tablelist();
 




Groonga-commit メーリングリストの案内
Back to archive index