Skip to content

Commit

Permalink
update knockout sortable library for OctoPrint 1.5.0 compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
jneilliii committed Nov 10, 2020
1 parent fdfb83e commit f9c530d
Show file tree
Hide file tree
Showing 3 changed files with 492 additions and 2 deletions.
2 changes: 1 addition & 1 deletion octoprint_tasmota/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def on_settings_migrate(self, target, current=None):

def get_assets(self):
return dict(
js=["js/jquery-ui.min.js","js/knockout-sortable.js","js/fontawesome-iconpicker.js","js/ko.iconpicker.js","js/plotly-latest.min.js","js/knockout-bootstrap.min.js","js/tasmota.js"],
js=["js/jquery-ui.min.js","js/knockout-sortable.1.2.0.js","js/fontawesome-iconpicker.js","js/ko.iconpicker.js","js/plotly-latest.min.js","js/knockout-bootstrap.min.js","js/tasmota.js"],
css=["css/font-awesome.min.css","css/font-awesome-v4-shims.min.css","css/fontawesome-iconpicker.css","css/tasmota.css"]
)

Expand Down
Loading

0 comments on commit f9c530d

Please sign in to comment.