Browse Source

HUE-1221 [pig] Load back an executed script

Fixed bug with log scroll positioning
Enrico Berti 12 years ago
parent
commit
a34b3b2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      apps/pig/src/pig/templates/app.mako

+ 1 - 0
apps/pig/src/pig/templates/app.mako

@@ -666,6 +666,7 @@ ${ commonheader(_('Pig'), "pig", user, "100px") | n,unicode }
 
     var logsRefreshInterval;
     $(document).on("startLogsRefresh", function () {
+      logsAtEnd = true;
       window.clearInterval(logsRefreshInterval);
       $("#withLogs").text("");
       refreshLogs();