mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Fix undefined variable
This commit is contained in:
parent
2fc94f55aa
commit
a6f918fbf9
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@
|
|||
<script>
|
||||
jQuery(function($){
|
||||
"use strict";
|
||||
<!--@if(!$ckeditor_config_filemtime)-->CKEDITOR.config.customConfig = '';<!--@endif-->
|
||||
<!--@if(!$filemtime2)-->CKEDITOR.config.customConfig = '';<!--@endif-->
|
||||
|
||||
// Import CSS content from PHP.
|
||||
var css_content = {json_encode($css_content)};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue