Browse Source

Forgot something in previous commit.

sisyphus
Dustin Falgout 8 years ago
parent
commit
387fb6fb7f
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

@ -864,6 +864,8 @@ class Theme {
.children( '.alert-dismissible' )
.find('.close')
.trigger('click');
this.showing_message = false;
}
}

Loading…
Cancel
Save