1. left a debug statement in javascript causing it to break on browsers that did not have firebug installed.
This commit is contained in:
parent
7412888ba9
commit
591bb02f4d
1 changed files with 0 additions and 2 deletions
|
@ -213,8 +213,6 @@ function visLoaded(nodes){
|
||||||
|
|
||||||
function createTable(tableID, tableContainer, tableData) {
|
function createTable(tableID, tableContainer, tableData) {
|
||||||
|
|
||||||
console.log(tableData);
|
|
||||||
|
|
||||||
var table = $('<table>');
|
var table = $('<table>');
|
||||||
table.attr('id', tableID);
|
table.attr('id', tableID);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue