浏览代码

Change the x-editable popover placement from "top" (default) to "auto"

Andrej Hudec 10 年之前
父节点
当前提交
708bc6fd26
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Resources/public/Admin.js

+ 1 - 0
Resources/public/Admin.js

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