Explorar o código

Merge pull request #2263 from toooni/patch-1

set x-editable container to body
Thomas %!s(int64=10) %!d(string=hai) anos
pai
achega
ce64615821
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Resources/public/Admin.js

+ 1 - 0
Resources/public/Admin.js

@@ -114,6 +114,7 @@ var Admin = {
         jQuery('.x-editable', subject).editable({
             emptyclass: 'editable-empty btn btn-sm',
             emptytext: '<i class="glyphicon glyphicon-edit"></i>',
+            container: 'body',
             success: function(response) {
                 if('KO' === response.status) {
                     return response.message;