Browse Source

HUE-1525 [hbase] Query is cleared upon new submission of one

Kevin Wang 12 years ago
parent
commit
351ec028d7
2 changed files with 0 additions and 2 deletions
  1. 0 1
      apps/hbase/static/js/app.js
  2. 0 1
      apps/hbase/static/js/utils.js

+ 0 - 1
apps/hbase/static/js/app.js

@@ -100,7 +100,6 @@ routie({
   ':cluster/:table/query/:query': function(cluster, table, query) {
       logGA('query_table');
       app.station('table');
-      resetSearch();
       app.search.cur_input(query);
       Router.setTable(cluster, table);
       resetElements();

+ 0 - 1
apps/hbase/static/js/utils.js

@@ -232,7 +232,6 @@ function resetElements() {
     });
   });
   app.views.tabledata.showGrid(false);
-  resetSearch();
 };
 
 function resetSearch() {