Skip to content

Commit

Permalink
XWIKI-16216: Allow users to rebind the shortcuts from their user prof…
Browse files Browse the repository at this point in the history
…ile UI


* Fixed codestyle

Co-authored-by: Michael Hamann <michael@content-space.de>
  • Loading branch information
Sereza7 and michitux authored Oct 2, 2024
1 parent bc3af80 commit 6bb5cf7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
* Handle the shortcut preference modifications
*/
$(document).off('input.shortcutPreference');
let updateShortcut = function( shortcutPreferenceDOM) {
let updateShortcut = function (shortcutPreferenceDOM) {
let shortcutPreference = $(shortcutPreferenceDOM);
let translateKey = shortcutPreference.attr("data-translatekey");
let newValue = shortcutPreference.val();
Expand Down

0 comments on commit 6bb5cf7

Please sign in to comment.