Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
Added empty lines at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
ggirelli committed Jun 13, 2019
1 parent 9722519 commit 5474a80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/js/settings-microscope.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ add_microscope = function() {
$(function() {
$("#settings-scope-tab").click(function(e) { load_microscope_list(); });
$("#settings-add-microscope-btn").click(function(e) { add_microscope(); });
});
});
2 changes: 1 addition & 1 deletion app/src/js/settings-templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,4 @@ $(function() {
$("#settings-dl-template-btn").click(function(e) { download_settings_template(); });
$("#settings-ul-template-btn").click(function(e) { upload_settings_template(); });
$("#settings-reset-template-btn").click(function(e) { reset_settings_template(); });
});
});

0 comments on commit 5474a80

Please sign in to comment.