fixed bug that caused manager to throw error if clicked outside rank column
This commit is contained in:
parent
5d8ee44de9
commit
d8ee037581
1 changed files with 0 additions and 1 deletions
|
|
@ -147,7 +147,6 @@ function AssetManager_Write() {
|
|||
//added for dragging to map draggable objects and meta data objects
|
||||
if (j==2) {
|
||||
this.draggableObjects[i] = document.getElementById(div_name);
|
||||
//this.draggableObjects[i].onmousedown=AssetManager_documentMouseDown;
|
||||
if (this.metaData && this.metaData[i]) {
|
||||
this.draggableObjects[i].metaData = this.metaData[i];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue