mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +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>
|
<script>
|
||||||
jQuery(function($){
|
jQuery(function($){
|
||||||
"use strict";
|
"use strict";
|
||||||
<!--@if(!$ckeditor_config_filemtime)-->CKEDITOR.config.customConfig = '';<!--@endif-->
|
<!--@if(!$filemtime2)-->CKEDITOR.config.customConfig = '';<!--@endif-->
|
||||||
|
|
||||||
// Import CSS content from PHP.
|
// Import CSS content from PHP.
|
||||||
var css_content = {json_encode($css_content)};
|
var css_content = {json_encode($css_content)};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue