Fix #2109 update error message for exec_html()

This commit is contained in:
Kijin Sung 2023-04-30 22:06:25 +09:00
parent 703b04ca97
commit a4905ab65a

View file

@ -320,7 +320,7 @@
*/
window.exec_html = $.fn.exec_html = 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.");
}
};