fixed assetmanager bug

This commit is contained in:
Martin Kamerbeek 2006-05-23 14:21:44 +00:00
parent e965258f89
commit ee28c051e9
2 changed files with 2 additions and 1 deletions

View file

@ -145,7 +145,7 @@ function AssetManager_Write() {
document.write("<td "+this.Columns[j].td+">"+open_div+this.Lines[i][j].text+close_div+"</td>");
//added for dragging to map draggable objects and meta data objects
if (j==2) {
if (j==1) {
this.draggableObjects[i] = document.getElementById(div_name);
if (this.metaData && this.metaData[i]) {
this.draggableObjects[i].metaData = this.metaData[i];