1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-11 15:44:49 +02:00

Admin Panel: tail - fixes

This commit is contained in:
Awilum
2019-01-26 02:40:11 +03:00
parent a05ba4067d
commit cf63aebde1

View File

@@ -134,7 +134,7 @@ use Flextype\Component\{Http\Http, Event\Event, Registry\Registry, Assets\Assets
$.validate({});
<?php if (Http::get('fieldset') || Http::get('menu') || Http::get('snippets') || Http::get('source') || Http::get('template')): ?>
<?php if (Http::get('fieldset') || Http::get('menu') || Http::get('snippet') || Http::get('source') || Http::get('template')): ?>
var editor = CodeMirror.fromTextArea(document.getElementById("codeMirrorEditor"), {
lineNumbers: true,
<?php if (Http::get('fieldset') || Http::get('menu')): ?>