Update jquery-artDialog.js

fix bug:file path error
pull/86/head
warlee 2016-08-10 17:28:08 +08:00 committed by GitHub
parent 9227a9fd5d
commit a7f061b02e
1 changed files with 1 additions and 1 deletions

View File

@ -1213,7 +1213,7 @@ artDialog.defaults = {
top: '38.2%', // Y轴坐标
zIndex: 300, // 对话框叠加高度值(重要:此值不能超过浏览器最大限制)
ico:'./static/images/file_icon/icon_others/info.png',//默认标题小图标
ico:'./static/images/file_16/info.png',//默认标题小图标
resize: false, // 是否允许用户调节尺寸
drag: true // 是否允许用户拖动位置
};