fixed assetmanager bug
This commit is contained in:
parent
e965258f89
commit
ee28c051e9
2 changed files with 2 additions and 1 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue