forked from 0x2620/pandora
fix js errors
This commit is contained in:
parent
a32ede6b2f
commit
2cd000698e
1 changed files with 4 additions and 0 deletions
|
@ -405,6 +405,8 @@ pandora.ui.infoView = function(data, isMixed) {
|
||||||
.appendTo($statistics);
|
.appendTo($statistics);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
// Created and Modified ----------------------------------------------------
|
// Created and Modified ----------------------------------------------------
|
||||||
if (!isMultiple && canEdit) {
|
if (!isMultiple && canEdit) {
|
||||||
|
|
||||||
|
@ -418,6 +420,8 @@ pandora.ui.infoView = function(data, isMixed) {
|
||||||
.appendTo($statistics);
|
.appendTo($statistics);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
// Notes --------------------------------------------------------------------
|
// Notes --------------------------------------------------------------------
|
||||||
|
|
||||||
if (canEdit) {
|
if (canEdit) {
|
||||||
|
|
Loading…
Reference in a new issue