(mensagem de log vazia)
@@ -51,8 +51,7 @@ | ||
51 | 51 | jquery.form.js:48 |
52 | 52 | |
53 | 53 | [error.jsp関連] |
54 | - error.jsp で、<og:head> ⇒ <og:head> に変更。 | |
55 | - unblockUI.js をコメントアウトしていたのを復活 | |
54 | + error.jsp で、unblockUI.js をコメントアウトしていたのを復活 | |
56 | 55 | common/error.jsp head タグ使用 |
57 | 56 | |
58 | 57 | [HeadTag] |
@@ -68,6 +67,12 @@ | ||
68 | 67 | src\script\common\option\gantt.js ⇒ 削除 |
69 | 68 | src\script\common\option\adjustGanttTable.css ⇒ gantt.css を adjustGanttTable.css に移植 |
70 | 69 | |
70 | + [script タグから、language 属性を削除します] | |
71 | + hayabusa.taglib.HideMenuTag#doStartTag() | |
72 | + | |
73 | + [jQuery .click(…) ⇒ .on(&apos;click&apos;,…) に置き換え] | |
74 | + plugin.column.Editor_RICHTEXT#createCLEditorSc(java.lang.String) | |
75 | + | |
71 | 76 | [リアルチャート2] |
72 | 77 | HTMLサンプルの jquery-1.12.4.min.js と jquery-migrate.js を、 |
73 | 78 | jquery-3.6.4.min.js と jquery-migrate-3.4.0.js に書き換えます。 |