Browse Source

async form

sou 7 years ago
parent
commit
10cc583ff8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/views/admin/security.html

+ 1 - 1
lib/views/admin/security.html

@@ -276,7 +276,7 @@
   </div>
 
   <script>
-    $('#generalSetting, #googleSetting, #mechanismSetting').each(function() {
+    $('#generalSetting, #googleSetting, #mechanismSetting, #githubSetting').each(function() {
       $(this).submit(function()
       {
         function showMessage(formId, msg, status) {