Browse Source

Fix system actions confirmation modal (for real this time).

sisyphus
Dustin Falgout 8 years ago
parent
commit
63ee17e099
No known key found for this signature in database
GPG Key ID: AEA529BF122902E5
  1. 2
      themes/default/js/greeter.js

2
themes/default/js/greeter.js vendored

@ -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

Loading…
Cancel
Save