Browse Source

[beeswax] Do not set codemirror value on recent query click

The query is set anyways on page load
Enrico Berti 10 năm trước cách đây
mục cha
commit
3b09e74
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  1. 0 4
      apps/beeswax/src/beeswax/templates/execute.mako

+ 0 - 4
apps/beeswax/src/beeswax/templates/execute.mako

@@ -1163,10 +1163,6 @@ $(document).ready(function () {
     });
   };
 
-  $(document).on("click", "#recentQueries code", function(){
-    codeMirror.setValue($(this).text());
-  });
-
   renderRecent();
 
   $("#navigatorQuicklook").modal({