mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 23:59:57 +09:00
Fix scripts where broken jQuery might cause issues
서드파티 자료에서 jQuery의 $를 덮어써 버릴 경우 발생할 수 있는 문제를 미리 차단하기 위해 다소 보수적으로 코딩함
This commit is contained in:
parent
21072195c0
commit
c96d586827
12 changed files with 12 additions and 12 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<div id="textarea_wrapper_{$editor_sequence}" class="rx_editor_wrapper">
|
||||
<textarea id="textarea_instance_{$editor_sequence}" class="rx_editor_textarea {$colorset}" data-editor-sequence="{$editor_sequence}" data-editor-primary-key-name="{$editor_primary_key_name}" data-editor-content-key-name="{$editor_content_key_name}"></textarea>
|
||||
<script>
|
||||
$(function(){
|
||||
jQuery(function($){
|
||||
"use strict";
|
||||
|
||||
// Set editor styles
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue