Skip to content

Commit

Permalink
Merge pull request #1818 from kujirahand/fix_nako3edit_plugin_install…
Browse files Browse the repository at this point in the history
…_link

nako3editでプラグインインストール後、トップへ戻るとキーが壊れる問題を修正 #1817
  • Loading branch information
kujirahand authored Nov 20, 2024
2 parents 81339e3 + 0a0e07c commit 8ef1090
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tools/nako3edit/html/plugins.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
P=HREFをURLパラメータ解析
Pを表示。
APPKEY=P["appkey"]
Pを表示
「APPKEY={APPKEY}」を表示
プラグイン取得処理
#-----------
# 新規ボタン
#new_btn」をクリックした時には
  /html/edit.html?file=new&appkey={APPKEY}」へブラウザ移動
ここまで。
FILES_A=#gotoFilesLink」のDOM要素取得
@@@{FILES_A}」を表示
FILES_A["href"]=/html/files.html?appkey={APPKEY}
#-----------
●プラグイン取得処理
API=/get_plugins?appkey={APPKEY}
Expand Down Expand Up @@ -108,7 +108,7 @@
<body>
<div class="navbar bg-base-100">
<div class="flex-1">
<a class="btn btn-ghost normal-case text-xl" href="files.html">Node版 なでしこ3 エディタ</a>
<a class="btn btn-ghost normal-case text-xl" href="#" id="gotoFilesLink">Node版 なでしこ3 エディタ</a>
&gt; プラグインの追加
</div>
</div>
Expand Down

0 comments on commit 8ef1090

Please sign in to comment.