Browse Source

BugFix: remove alert correctly

Yuki Takei 8 years ago
parent
commit
457956a4dd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/views/admin/widget/passport/ldap.html

+ 1 - 1
lib/views/admin/widget/passport/ldap.html

@@ -167,7 +167,7 @@
     $(this).submit(function()
     {
       function showMessage(formId, msg, status) {
-        $('#' + formId + ' > .alert').remove();
+        $('#' + formId + ' .alert').remove();
 
         if (!status) {
           status = 'success';