Fix incorrect console message

This commit is contained in:
Kijin Sung 2021-09-29 02:17:12 +09:00
parent 454d2d85ff
commit c86015c282

View file

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