Spaces:
Running
Running
Update index.html
Browse files- 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;
|