mirror of
https://github.com/avecms/AVE.cms.git
synced 2025-08-05 02:46:43 +00:00
Fixes
This commit is contained in:
@ -653,6 +653,8 @@
|
||||
$out = PHP_EOL;
|
||||
$out .= '<link rel="stylesheet" href="/lib/debug/debug.css" />';
|
||||
$out .= PHP_EOL;
|
||||
$out .= '<script>window.jQuery || document.write(\'<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js">\x3C/script>\')</script>';
|
||||
$out .= PHP_EOL;
|
||||
$out .= '<script src="/lib/debug/debug.js"></script>';
|
||||
$out .= PHP_EOL;
|
||||
$out .= '
|
||||
|
Reference in New Issue
Block a user