# HG changeset patch # User casties # Date 1294823908 -3600 # Node ID c84536a4993a71dc83b0d4f3398e3f9fa3407792 # Parent bd16c24c61dd74ec5abfe0b12e961b52a292b348 fix bug in tablestructure.js diff -r bd16c24c61dd -r c84536a4993a gis_gui/blocks/tablestructure.js --- a/gis_gui/blocks/tablestructure.js Fri Jan 07 16:59:10 2011 +0100 +++ b/gis_gui/blocks/tablestructure.js Wed Jan 12 10:18:28 2011 +0100 @@ -14,7 +14,7 @@ html += ""; return html; } - var block = this.addBlock(url, baseId, function() { + var block = this.addBlock(url, baseId, null, function() { // function after add block finished var id = block.id; var tbl = $(block.element).find(".datatable");