瀏覽代碼

[minor] removed console log

version-14
Anand Doshi 12 年之前
父節點
當前提交
6c3a9fcac8
共有 1 個檔案被更改,包括 0 行新增1 行删除
  1. +0
    -1
      public/js/wn/form/grid.js

+ 0
- 1
public/js/wn/form/grid.js 查看文件

@@ -300,7 +300,6 @@ wn.ui.form.GridRow = Class.extend({
</div>'); </div>');
} }
$col = me.grid.$row_actions.clone().appendTo(me.row); $col = me.grid.$row_actions.clone().appendTo(me.row);
console.log($col.width());
if($col.width() < 50) { if($col.width() < 50) {
$col.remove(); $col.remove();


Loading…
取消
儲存