Merge "remove console.log from javascript"
This commit is contained in:
commit
2adab84aec
@ -97,10 +97,8 @@ var Horizon = function() {
|
|||||||
if(row_count === 0) {
|
if(row_count === 0) {
|
||||||
colspan = $footer.find('td').attr('colspan');
|
colspan = $footer.find('td').attr('colspan');
|
||||||
template = horizon.templates.compiled_templates["#empty_row_template"];
|
template = horizon.templates.compiled_templates["#empty_row_template"];
|
||||||
console.log(template);
|
|
||||||
params = {"colspan": colspan};
|
params = {"colspan": colspan};
|
||||||
empty_row = template.render(params);
|
empty_row = template.render(params);
|
||||||
console.log(empty_row);
|
|
||||||
$row.replaceWith(empty_row);
|
$row.replaceWith(empty_row);
|
||||||
} else {
|
} else {
|
||||||
$row.remove();
|
$row.remove();
|
||||||
|
Loading…
Reference in New Issue
Block a user