mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 16:52:16 +09:00
Fix #2109 update error message for exec_html()
This commit is contained in:
parent
703b04ca97
commit
a4905ab65a
1 changed files with 1 additions and 1 deletions
|
|
@ -320,7 +320,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 : exec_html() is deprecated in Rhymix.");
|
console.log("DEPRECATED : exec_html() is obsolete in Rhymix.");
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue