Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
Fix system actions confirmation modal (for real this time).
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Apr 17, 2017
1 parent 7faebc3 commit 63ee17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/default/js/greeter.js
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ class Theme {


system_action_handler( event ) {
let action = $( event.target ).attr( 'id' ),
let action = $( event.currentTarget ).attr( 'id' ),
$modal = $( '.modal' );

$modal
Expand Down

0 comments on commit 63ee17e

Please sign in to comment.