mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
Minor fix
This commit is contained in:
parent
c6db39dce1
commit
2442336f45
@ -768,7 +768,13 @@ var TreeController = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Data pop-up
|
// Data pop-up
|
||||||
if (typeof element.id != "undefined" && !isNaN(element.id)) {
|
if (
|
||||||
|
element.metaID != "undefined" &&
|
||||||
|
!isNaN(element.metaID) &&
|
||||||
|
element.metaID <= 0 &&
|
||||||
|
typeof element.id != "undefined" &&
|
||||||
|
!isNaN(element.id)
|
||||||
|
) {
|
||||||
var $dataImage = $(
|
var $dataImage = $(
|
||||||
'<img src="' +
|
'<img src="' +
|
||||||
(controller.baseURL.length > 0
|
(controller.baseURL.length > 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user