Skip to content

Commit

Permalink
Merge CDB-1502 into release/2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rafacas committed Jan 23, 2014
2 parents 273ab24 + dd9970c commit 9bfdd04
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@
}
},

_swicthEnabled: function() {
// this check is not needed in public table
},

addEmptyTableInfo: function() {
this.template_base = cdb.templates.getTemplate('table_public/views/empty_table_public');
var content = this.template_base(this.import_);
Expand Down Expand Up @@ -100,4 +104,4 @@
sqlView: this.sqlView
});
}
});
});

0 comments on commit 9bfdd04

Please sign in to comment.