Silent 6 years ago
parent
commit
1a05ac6483
1 changed files with 1 additions and 0 deletions
  1. 1 0
      resources/views/admin/settings/system.blade.php

+ 1 - 0
resources/views/admin/settings/system.blade.php

xqd
@@ -67,6 +67,7 @@ $(function () {
             yes: function(index, layer_body) {
                 var input = layer.getChildFrame('#select-position-input', index);
                 $('#location-select').val(input);
+                layer.close(index);
             }
         });
     });