diff --git a/examples/ganttchart/js/desktop-ganttchart.js b/examples/ganttchart/js/desktop-ganttchart.js index f93e5a2..e7841e3 100644 --- a/examples/ganttchart/js/desktop-ganttchart.js +++ b/examples/ganttchart/js/desktop-ganttchart.js @@ -5,7 +5,7 @@ * Licensed under the MIT License */ jQuery.noConflict(); -document.write(''); +document.write(''); // ローディング画面を出す関数 const setLoading = () => { diff --git a/examples/ganttchart/manifest.json b/examples/ganttchart/manifest.json index 49ff5f2..e061c10 100644 --- a/examples/ganttchart/manifest.json +++ b/examples/ganttchart/manifest.json @@ -1,6 +1,6 @@ { "manifest_version":1, - "version":"2.2.4", + "version":"2.2.5", "type":"APP", "name":{ "ja":"ガントチャートプラグイン", @@ -20,7 +20,7 @@ }, "desktop":{ "js":[ - "https://js.cybozu.com/jquery/2.1.3/jquery.min.js", + "https://js.cybozu.com/jquery/3.6.4/jquery.min.js", "https://js.cybozu.com/jquerygantt/20210106/jquery.fn.gantt.min.js", "https://js.kintone.com/momentjs/2.14.1/moment.min.js", "https://momentjs.com/downloads/moment-timezone-with-data.min.js", @@ -36,13 +36,13 @@ }, "mobile":{ "js":[ - "https://js.cybozu.com/jquery/2.1.3/jquery.min.js" + "https://js.cybozu.com/jquery/3.6.4/jquery.min.js" ] }, "config":{ "html":"html/config.html", "js":[ - "https://js.cybozu.com/jquery/2.1.3/jquery.min.js", + "https://js.cybozu.com/jquery/3.6.4/jquery.min.js", "https://js.kintone.com/jsrender/0.9.80/jsrender.min.js", "thirdparties/jqColorPicker.min.js", "js/config.js"