Repository: ambari
Updated Branches:
  refs/heads/trunk 24cbae554 -> 1c056ac1d


AMBARI-5426. Jobs page: js error on switching browser tabs(alexantonenko)


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

Branch: refs/heads/trunk
Commit: 1c056ac1d134403d1dd2046373689d1672a88ceb
Parents: 24cbae5
Author: Alex Antonenko <hiv...@gmail.com>
Authored: Thu Apr 10 18:45:29 2014 +0300
Committer: Alex Antonenko <hiv...@gmail.com>
Committed: Thu Apr 10 18:45:29 2014 +0300

----------------------------------------------------------------------
 ambari-web/app/routes/main.js | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/1c056ac1/ambari-web/app/routes/main.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/routes/main.js b/ambari-web/app/routes/main.js
index 1058827..4c81c16 100644
--- a/ambari-web/app/routes/main.js
+++ b/ambari-web/app/routes/main.js
@@ -149,7 +149,6 @@ module.exports = Em.Route.extend({
             router.transitionTo('main.dashboard');
           });
         } else {
-          router.get('mainJobsController').loadJobs();
           router.get('mainJobsController').updateJobs('mainJobsController', 
'refreshLoadedJobs');
           router.get('mainController').connectOutlet('mainJobs');
         }

Reply via email to