From a4905ab65a54b3b15ea6613fef0d4d5f0dee9dd3 Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Sun, 30 Apr 2023 22:06:25 +0900 Subject: [PATCH] Fix #2109 update error message for exec_html() --- common/js/xml_handler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/js/xml_handler.js b/common/js/xml_handler.js index 63f170979..a787b2326 100644 --- a/common/js/xml_handler.js +++ b/common/js/xml_handler.js @@ -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."); } };