Skip to content

Commit

Permalink
Apply hover anim to lock button
Browse files Browse the repository at this point in the history
  • Loading branch information
cemarciano committed Jan 24, 2018
1 parent d090c60 commit cd7c962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $(document).ready(function () {
// Help button:
addHover("#help", "#help-hover", "#help-wrapper");

// Help button:
// Lock button:
addHover("#lock", "#lock-hover", "#lock-wrapper");

});
Expand Down

0 comments on commit cd7c962

Please sign in to comment.