Skip to content

Commit

Permalink
fixing update bug - closes #1377
Browse files Browse the repository at this point in the history
  • Loading branch information
rclations committed Dec 9, 2016
1 parent 36549b0 commit a85393e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/update-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
var $ = jQuery;

$('input#update').click(function() {
var parent = $('.update-message'),
var parent = $('.largo-update-message'),
spinner = parent.find('.spinner');

parent.find('.message').remove();
Expand Down
2 changes: 1 addition & 1 deletion js/update-page.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a85393e

Please sign in to comment.