mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 20:12:14 +09:00
Use strict mode in xml_handler.js
This commit is contained in:
parent
c96d586827
commit
20177f9f41
1 changed files with 3 additions and 1 deletions
|
|
@ -2,7 +2,9 @@
|
||||||
* Functions for sending AJAX requests to the server.
|
* Functions for sending AJAX requests to the server.
|
||||||
*/
|
*/
|
||||||
(function($){
|
(function($){
|
||||||
|
|
||||||
|
"use strict";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set this variable to false to hide the "waiting for server response" layer.
|
* Set this variable to false to hide the "waiting for server response" layer.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue