remove comment
This commit is contained in:
parent
7fdbeec800
commit
5f1988fd25
1 changed files with 0 additions and 2 deletions
|
@ -398,8 +398,6 @@ function drawNewColumn (columnName)
|
|||
cls = "col first";
|
||||
}
|
||||
|
||||
console.log(totalcolumns);
|
||||
|
||||
$('#icon-col').before('<td class="' + cls + '" width="10%" style="display:none"><h2 id="col-' + (totalcolumns+1) + '" class="editable">' + columnName + '</h2></td>');
|
||||
|
||||
$('.editable').editable(function(value, settings) {
|
||||
|
|
Loading…
Add table
Reference in a new issue