Skip to content

Commit

Permalink
Add better id to reset button
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemhall committed Sep 19, 2024
1 parent 8592f98 commit 7fef16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Koha/Plugin/Com/ByWaterSolutions/RFID/static_files/rfid.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function handle_one_at_a_time(

var $button = $('<button>', {
style: 'position: fixed; bottom: 20px; right: 20px',
id: 'fixedButton',
id: 'rfid-reset-button',
text: 'Reset RFID',
click: function() {
handle_action_change("");
Expand Down

0 comments on commit 7fef16e

Please sign in to comment.