Mercurial > hg > ChinaGisRestApi
changeset 271:3e07065063b9
changes on intro site
author | fknauft |
---|---|
date | Wed, 12 Jan 2011 17:28:17 +0100 |
parents | 93c5bd5a0bb8 (current diff) c84536a4993a (diff) |
children | |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gis_gui/blocks/tablestructure.js Wed Jan 12 10:32:20 2011 +0100 +++ b/gis_gui/blocks/tablestructure.js Wed Jan 12 17:28:17 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");