diff --git a/README.md b/README.md index 08dd608..dc00936 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ Turn on/off terminal autoscroll when scrolling up/down Behaviour similar to "Console" application, the OSX log viewer. +The function "Scroll to end" becomes "Clear" + ## Setup Install via the bundled [Plugin Manager](https://github.com/foosel/OctoPrint/wiki/Plugin:-Plugin-Manager) diff --git a/octoprint_autoscroll/static/js/autoscroll.js b/octoprint_autoscroll/static/js/autoscroll.js index cb45b29..0567f8c 100644 --- a/octoprint_autoscroll/static/js/autoscroll.js +++ b/octoprint_autoscroll/static/js/autoscroll.js @@ -24,7 +24,7 @@ $(function() { self.container = $("#terminal-output"); - //change function of "Scrool to end" to "Clear" + //change function of "Scroll to end" to "Clear" var ee = $(".terminal .pull-right a").first(); ee.unbind(); ee.text("Clear");