Skip to content

Commit

Permalink
kirilllive
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirilllive committed Mar 29, 2024
1 parent 9c9fc4d commit 20ddeed
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions translate/en_tuesday_visual.html
Original file line number Diff line number Diff line change
Expand Up @@ -3210,10 +3210,10 @@
+"<td style='width:40px;height:40px;'></td>"
+"<td align='center' style='white-space:nowrap;'>"+n+" code edit</td>"
+"<td class='icon icon_close' style='width:40px;' onclick='modal_window(\"close\")'></td>"
+"</tr></tbody></table><p><div class='codeView'><pre class='code_show'></pre><textarea id='editcode' class='code_text' spellcheck='false' wrap='off' oninput='code_edit(this,this.previousElementSibling,"+(vol=="script_js"?"\"js\"":"false")+")'>"+code+"</textarea></div>"
+"</tr></tbody></table><p><div class='codeView'><pre class='code_show'></pre><textarea id='editcode' class='code_text' spellcheck='false' wrap='off' oninput='code_edit(this,this.previousElementSibling,"+(vol=="script_js"?"\"js\"":"\""+vol+"\"")+")'>"+code+"</textarea></div>"
+"</p><br><table class='big_button' width='256px' onclick='"+((vol=="script_js")?"story_script.parameters.js":(vol=="script_css")?"story_script.parameters.css":"copy_arr[\""+vol+"\"]")+"=editcode.value;update_novel();state_save();modal_window(\"close\");menu_add.style.visibility=\"hidden\";'><tbody><tr><td width='42px' class='icon icon_ok'></td><td align='center'>Apply</td><td width='42px'></td></tr></tbody></table></div>"
modal_window("open",html);
code_edit(editcode,editcode.previousElementSibling,(vol=="script_js")?"js":false)
code_edit(editcode,editcode.previousElementSibling,(vol=="script_js")?"js":vol)
}
function edit_toast(){
copy_arr=JSON.parse(JSON.stringify(arr_l));
Expand Down
4 changes: 2 additions & 2 deletions translate/es_tuesday_visual.html
Original file line number Diff line number Diff line change
Expand Up @@ -3210,10 +3210,10 @@
+"<td style='width:40px;height:40px;'></td>"
+"<td align='center' style='white-space:nowrap;'>"+n+" edición de código</td>"
+"<td class='icon icon_close' style='width:40px;' onclick='modal_window(\"close\")'></td>"
+"</tr></tbody></table><p><div class='codeView'><pre class='code_show'></pre><textarea id='editcode' class='code_text' spellcheck='false' wrap='off' oninput='code_edit(this,this.previousElementSibling,"+(vol=="script_js"?"\"js\"":"false")+")'>"+code+"</textarea></div>"
+"</tr></tbody></table><p><div class='codeView'><pre class='code_show'></pre><textarea id='editcode' class='code_text' spellcheck='false' wrap='off' oninput='code_edit(this,this.previousElementSibling,"+(vol=="script_js"?"\"js\"":"\""+vol+"\"")+")'>"+code+"</textarea></div>"
+"</p><br><table class='big_button' width='256px' onclick='"+((vol=="script_js")?"story_script.parameters.js":(vol=="script_css")?"story_script.parameters.css":"copy_arr[\""+vol+"\"]")+"=editcode.value;update_novel();state_save();modal_window(\"close\");menu_add.style.visibility=\"hidden\";'><tbody><tr><td width='42px' class='icon icon_ok'></td><td align='center'>Aplicar</td><td width='42px'></td></tr></tbody></table></div>"
modal_window("open",html);
code_edit(editcode,editcode.previousElementSibling,(vol=="script_js")?"js":false)
code_edit(editcode,editcode.previousElementSibling,(vol=="script_js")?"js":vol)
}
function edit_toast(){
copy_arr=JSON.parse(JSON.stringify(arr_l));
Expand Down
4 changes: 2 additions & 2 deletions translate/ja_tuesday_visual.html
Original file line number Diff line number Diff line change
Expand Up @@ -3210,10 +3210,10 @@
+"<td style='width:40px;height:40px;'></td>"
+"<td align='center' style='white-space:nowrap;'>"+n+" コード編集</td>"
+"<td class='icon icon_close' style='width:40px;' onclick='modal_window(\"close\")'></td>"
+"</tr></tbody></table><p><div class='codeView'><pre class='code_show'></pre><textarea id='editcode' class='code_text' spellcheck='false' wrap='off' oninput='code_edit(this,this.previousElementSibling,"+(vol=="script_js"?"\"js\"":"false")+")'>"+code+"</textarea></div>"
+"</tr></tbody></table><p><div class='codeView'><pre class='code_show'></pre><textarea id='editcode' class='code_text' spellcheck='false' wrap='off' oninput='code_edit(this,this.previousElementSibling,"+(vol=="script_js"?"\"js\"":"\""+vol+"\"")+")'>"+code+"</textarea></div>"
+"</p><br><table class='big_button' width='256px' onclick='"+((vol=="script_js")?"story_script.parameters.js":(vol=="script_css")?"story_script.parameters.css":"copy_arr[\""+vol+"\"]")+"=editcode.value;update_novel();state_save();modal_window(\"close\");menu_add.style.visibility=\"hidden\";'><tbody><tr><td width='42px' class='icon icon_ok'></td><td align='center'>適用</td><td width='42px'></td></tr></tbody></table></div>"
modal_window("open",html);
code_edit(editcode,editcode.previousElementSibling,(vol=="script_js")?"js":false)
code_edit(editcode,editcode.previousElementSibling,(vol=="script_js")?"js":vol)
}
function edit_toast(){
copy_arr=JSON.parse(JSON.stringify(arr_l));
Expand Down
4 changes: 2 additions & 2 deletions translate/ru_tuesday_visual.html
Original file line number Diff line number Diff line change
Expand Up @@ -3210,10 +3210,10 @@
+"<td style='width:40px;height:40px;'></td>"
+"<td align='center' style='white-space:nowrap;'>"+n+" редактор</td>"
+"<td class='icon icon_close' style='width:40px;' onclick='modal_window(\"close\")'></td>"
+"</tr></tbody></table><p><div class='codeView'><pre class='code_show'></pre><textarea id='editcode' class='code_text' spellcheck='false' wrap='off' oninput='code_edit(this,this.previousElementSibling,"+(vol=="script_js"?"\"js\"":"false")+")'>"+code+"</textarea></div>"
+"</tr></tbody></table><p><div class='codeView'><pre class='code_show'></pre><textarea id='editcode' class='code_text' spellcheck='false' wrap='off' oninput='code_edit(this,this.previousElementSibling,"+(vol=="script_js"?"\"js\"":"\""+vol+"\"")+")'>"+code+"</textarea></div>"
+"</p><br><table class='big_button' width='256px' onclick='"+((vol=="script_js")?"story_script.parameters.js":(vol=="script_css")?"story_script.parameters.css":"copy_arr[\""+vol+"\"]")+"=editcode.value;update_novel();state_save();modal_window(\"close\");menu_add.style.visibility=\"hidden\";'><tbody><tr><td width='42px' class='icon icon_ok'></td><td align='center'>Применить</td><td width='42px'></td></tr></tbody></table></div>"
modal_window("open",html);
code_edit(editcode,editcode.previousElementSibling,(vol=="script_js")?"js":false)
code_edit(editcode,editcode.previousElementSibling,(vol=="script_js")?"js":vol)
}
function edit_toast(){
copy_arr=JSON.parse(JSON.stringify(arr_l));
Expand Down

0 comments on commit 20ddeed

Please sign in to comment.