浏览代码

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

Kevin Wang 12 年之前
父节点
当前提交
351ec02
共有 2 个文件被更改,包括 0 次插入2 次删除
  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() {