mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Minor fix
This commit is contained in:
parent
c6db39dce1
commit
2442336f45
@ -768,7 +768,13 @@ var TreeController = {
|
||||
}
|
||||
|
||||
// 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 = $(
|
||||
'<img src="' +
|
||||
(controller.baseURL.length > 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user