Add new image for tree view, not view in internet explorer

(cherry picked from commit b63f1cfe81)
This commit is contained in:
m-lopez-f 2015-04-06 13:49:28 +02:00
parent 119960177b
commit 0e277ad1ef
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 493 B

View File

@ -46,7 +46,7 @@ TreeController = {
$group
.addClass("tree-root")
.hide()
.prepend('<img src="'+(controller.baseURL.length > 0 ? controller.baseURL : '')+'images/pandora.ico.gif" />');
.prepend('<img src="'+(controller.baseURL.length > 0 ? controller.baseURL : '')+'images/pandora.png" />');
}
// Normal group
else {