Просмотр исходного кода

Merge pull request #2263 from toooni/patch-1

set x-editable container to body
Thomas 10 лет назад
Родитель
Сommit
ce64615821
1 измененных файлов с 1 добавлено и 0 удалено
  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;