瀏覽代碼

Merge pull request #2263 from toooni/patch-1

set x-editable container to body
Thomas 10 年之前
父節點
當前提交
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;