diff gis_gui/blocks/tablestructure.js @ 82:c84536a4993a

fix bug in tablestructure.js
author casties
date Wed, 12 Jan 2011 10:18:28 +0100
parents 7f008e782563
children efd2469d1722
line wrap: on
line diff
--- 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 += "</select>";
         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");