You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ak...@apache.org on 2016/02/01 03:50:09 UTC

ignite git commit: IGNITE-843 Minor.

Repository: ignite
Updated Branches:
  refs/heads/ignite-843-rc2 3f62be50a -> 1a566244e


IGNITE-843 Minor.


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/1a566244
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/1a566244
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/1a566244

Branch: refs/heads/ignite-843-rc2
Commit: 1a566244eb90dc6d473c6a22fdd75d947b66a004
Parents: 3f62be5
Author: Alexey Kuznetsov <ak...@apache.org>
Authored: Mon Feb 1 09:50:10 2016 +0700
Committer: Alexey Kuznetsov <ak...@apache.org>
Committed: Mon Feb 1 09:50:10 2016 +0700

----------------------------------------------------------------------
 .../src/main/js/controllers/common-module.js                   | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/1a566244/modules/control-center-web/src/main/js/controllers/common-module.js
----------------------------------------------------------------------
diff --git a/modules/control-center-web/src/main/js/controllers/common-module.js b/modules/control-center-web/src/main/js/controllers/common-module.js
index eeb6924..ab688f2 100644
--- a/modules/control-center-web/src/main/js/controllers/common-module.js
+++ b/modules/control-center-web/src/main/js/controllers/common-module.js
@@ -565,7 +565,6 @@ consoleModule.service('$common', [
 
         function ensureActivePanel(ui, id, focusId) {
             if (ui) {
-                var headings = $('div.panel-heading');
                 var collapses = $('div.panel-collapse');
 
                 var idx = _.findIndex(collapses, function(collapse) {
@@ -587,11 +586,6 @@ consoleModule.service('$common', [
 
                         ui.activePanels = newActivePanels;
                     }
-
-                    if (!collapses[idx].firstElementChild)
-                        $timeout(function () {
-                            headings[idx].click();
-                        });
                 }
 
                 if (isDefined(focusId))