mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +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
|
|
@ -18,7 +18,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<script>
|
||||
$(function() {
|
||||
jQuery(function($) {
|
||||
$("button.delete_autologin").on("click", function(event) {
|
||||
event.preventDefault();
|
||||
exec_json('member.procMemberDeleteAutologin', { autologin_id: $(this).data("autologin-id"), autologin_key: $(this).data("autologin-key") }, function(data) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue