diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-09-22 11:19:38 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-09-22 11:27:09 +0800 |
commit | 1ddf1b8c54fcda9fe89e6c4531739f76d7652f52 (patch) | |
tree | c866f57ceb0f7a7e4689a841ad5942394a528990 /index.html | |
parent | 25a2a077f7b436c752834f01fbedbbd8fe285512 (diff) |
refactor: rename data attribute for editor
data-layout -> data-mode
This prevents confusing with data-layout in dumbymap
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ | |||
21 | 21 | ||
22 | </head> | 22 | </head> |
23 | 23 | ||
24 | <body data-layout="editing"> | 24 | <body data-mode="editing"> |
25 | <div class="DumbyMap"></div> | 25 | <div class="DumbyMap"></div> |
26 | <div class="editor"> | 26 | <div class="editor"> |
27 | <textarea></textarea> | 27 | <textarea></textarea> |