Skip to content

Commit

Permalink
Fix for issue #468
Browse files Browse the repository at this point in the history
  • Loading branch information
FormerLurker committed Mar 6, 2020
1 parent 6061247 commit b1bb769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octoprint_octolapse/static/js/octolapse.js
Original file line number Diff line number Diff line change
Expand Up @@ -1960,9 +1960,9 @@ $(function () {
break;
case "render-complete":
self.updateState(data);
self.OctoprintTimelapse.requestData();
//console.log('octolapse.js - render-complete');
/*
//self.OctoprintTimelapse.requestData();
var options = {
title: 'Octolapse Rendering Complete',
text: data.msg,
Expand Down

0 comments on commit b1bb769

Please sign in to comment.