Skip to content

Commit

Permalink
0.1.7
Browse files Browse the repository at this point in the history
Fix reload loop
  • Loading branch information
jneilliii committed Jun 15, 2020
1 parent 5153dec commit 3ff46f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ $(function() {
});
return tabs;
});
self.active_settings = '';

self.onBeforeBinding = function(){
// don't load when touchui is active and hide tab.
Expand Down Expand Up @@ -64,7 +63,7 @@ $(function() {
}
}

self.onSettingsShown = function(){
self.onAfterBinding = function(){
self.active_settings = ko.toJSON(self.settings.settings.plugins.consolidate_temp_control);
}

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
plugin_name = "Consolidate Temp Control"

# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
plugin_version = "0.1.6"
plugin_version = "0.1.7"

# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
# module
Expand Down

0 comments on commit 3ff46f4

Please sign in to comment.