Przeglądaj źródła

BugFix: remove alert correctly

Yuki Takei 8 lat temu
rodzic
commit
457956a4dd
1 zmienionych plików z 1 dodań i 1 usunięć
  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';