mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 13:02:15 +09:00
Fix incorrect console message
This commit is contained in:
parent
454d2d85ff
commit
c86015c282
1 changed files with 1 additions and 1 deletions
|
|
@ -303,7 +303,7 @@
|
||||||
*/
|
*/
|
||||||
window.exec_html = $.fn.exec_html = function() {
|
window.exec_html = $.fn.exec_html = function() {
|
||||||
if (typeof console == "object" && typeof console.log == "function") {
|
if (typeof console == "object" && typeof console.log == "function") {
|
||||||
console.log("DEPRECATED : send_by_form() is deprecated in Rhymix.");
|
console.log("DEPRECATED : exec_html() is deprecated in Rhymix.");
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue