Skip to content

Commit

Permalink
fix: Allow unlocking token locks with confirmation
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Knorr <[email protected]>
  • Loading branch information
juliusknorr committed Nov 15, 2024
1 parent 716d33f commit d9e902d
Show file tree
Hide file tree
Showing 7 changed files with 2,152 additions and 195 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
\.idea/

/build/
/css/
/js/
/vendor/
/node_modules/
Expand Down
1 change: 1 addition & 0 deletions lib/Listeners/LoadAdditionalScripts.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ public function handle(Event $event): void {

Util::addInitScript(Application::APP_ID, 'files_lock-init');
Util::addScript(Application::APP_ID, 'files_lock-main');
Util::addStyle(Application::APP_ID, 'files_lock-main');
}
}
Loading

0 comments on commit d9e902d

Please sign in to comment.