File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11CACHE MANIFEST
2- # Time: Mon Mar 30 2020 22:59:42 GMT+0100 (British Summer Time)
2+ # Time: Wed Apr 01 2020 16:03:01 GMT+0100 (British Summer Time)
33
44CACHE:
55i18n.js
Original file line number Diff line number Diff line change 1111 "pass-through" : " 入力メッセージをそのまま渡す" ,
1212 "store-state" : " 出力メッセージを状態として保存" ,
1313 "template" : " HTMLコード" ,
14- "expand" : " 展開する"
14+ "expand" : " 展開する" ,
15+ "resend" : " 更新時に最後の値を再度読み込む"
1516 }
1617 }
1718}
Original file line number Diff line number Diff line change 141141 oneditresize : function ( size ) {
142142 var rows = $ ( "#dialog-form>div:not(.node-text-editor-row)" ) ;
143143 var height = $ ( "#dialog-form" ) . height ( ) ;
144- for ( var i = 0 ; i < rows . size ( ) - 1 ; i ++ ) {
144+ for ( var i = 0 ; i < rows . size ( ) ; i ++ ) {
145145 height = height - $ ( rows [ i ] ) . outerHeight ( true ) ;
146146 }
147147 if ( $ ( '#node-input-templateScope' ) . val ( ) === "global" ) { height += 232 ; }
You can’t perform that action at this time.
0 commit comments