mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Add new image for tree view, not view in internet explorer
This commit is contained in:
parent
ff7fd3d8a7
commit
b63f1cfe81
BIN
pandora_console/images/pandora.png
Normal file
BIN
pandora_console/images/pandora.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 493 B |
@ -46,7 +46,7 @@ TreeController = {
|
|||||||
$group
|
$group
|
||||||
.addClass("tree-root")
|
.addClass("tree-root")
|
||||||
.hide()
|
.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
|
// Normal group
|
||||||
else {
|
else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user