Mercurial > hg > ChinaGisRestApi
changeset 82:c84536a4993a
fix bug in tablestructure.js
author | casties |
---|---|
date | Wed, 12 Jan 2011 10:18:28 +0100 |
parents | bd16c24c61dd |
children | f9de6c1c352a 3e07065063b9 |
files | gis_gui/blocks/tablestructure.js |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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");