1. left a debug statement in javascript causing it to break on browsers that did not have firebug installed.

This commit is contained in:
cdtank 2010-07-23 15:15:06 +00:00
parent 7412888ba9
commit 591bb02f4d

View file

@ -213,8 +213,6 @@ function visLoaded(nodes){
function createTable(tableID, tableContainer, tableData) {
console.log(tableData);
var table = $('<table>');
table.attr('id', tableID);