bug fix
This commit is contained in:
parent
93536887c2
commit
f19f414e32
2 changed files with 0 additions and 15 deletions
|
|
@ -17,14 +17,6 @@ asset.getContextMenu = function () {
|
|||
return arr;
|
||||
}
|
||||
|
||||
asset.select= function() {
|
||||
this.div.className="am-crumbtrail-over";
|
||||
}
|
||||
|
||||
asset.deselect = function() {
|
||||
this.div.className="am-crumbtrail";
|
||||
}
|
||||
|
||||
return asset;
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,13 +17,6 @@ asset.getContextMenu = function () {
|
|||
return arr;
|
||||
}
|
||||
|
||||
asset.select= function() {
|
||||
this.div.className="am-crumbtrail-over";
|
||||
}
|
||||
|
||||
asset.deselect = function() {
|
||||
this.div.className="am-crumbtrail";
|
||||
}
|
||||
|
||||
return asset;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue