fix my tyops
This commit is contained in:
parent
fd524c9e2a
commit
0f9500b2cc
2 changed files with 2 additions and 1 deletions
|
|
@ -271,7 +271,7 @@ if ($self->session->user->isRegistered || $self->session->setting->get("preventP
|
|||
icon => $asset->getIcon(1),
|
||||
type => $assetName,
|
||||
helpers => $asset->getHelpers,
|
||||
revisions => $asset->getAllRevisions,
|
||||
revisions => $asset->getRevisionDates,
|
||||
};
|
||||
$var{'head.tags'} .= sprintf <<'ADMINJS', JSON->new->encode( $assetDef );
|
||||
if ( window.parent && window.parent.admin ) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue