soiz1 commited on
Commit
459d476
·
verified ·
1 Parent(s): e15118d

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -205,8 +205,8 @@ function openEditor(e) {
205
 
206
  // ここから追加
207
  const icon = e.options.icon;
208
- /*
209
  if (icon && icon.options) {
 
210
  if (icon.options.iconUrl) {
211
  // URLから読み込むラジオボタンを選択
212
  document.querySelector('input[name="icon-source"][value="url"]').checked = true;
 
205
 
206
  // ここから追加
207
  const icon = e.options.icon;
 
208
  if (icon && icon.options) {
209
+ /*
210
  if (icon.options.iconUrl) {
211
  // URLから読み込むラジオボタンを選択
212
  document.querySelector('input[name="icon-source"][value="url"]').checked = true;