Commit 993250e5 authored by tj_ygy's avatar tj_ygy

去掉按钮

parent 32c7bf52
...@@ -964,7 +964,7 @@ var JSTOOL = function() { ...@@ -964,7 +964,7 @@ var JSTOOL = function() {
$div = $(div); $div = $(div);
$div.attr("alt", ll+'anniu'); $div.attr("alt", ll+'anniu');
$div.addClass("hiddBtn btn btn-primary tdDong-btn "); $div.addClass("hiddBtn btn btn-primary tdDong-btn ");
$div.html('一个按钮'); $div.html('');
$td.addClass("tdDoing-contain"); $td.addClass("tdDoing-contain");
$td.append(div); $td.append(div);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment