aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-09-22 11:19:38 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-09-22 11:27:09 +0800
commit1ddf1b8c54fcda9fe89e6c4531739f76d7652f52 (patch)
treec866f57ceb0f7a7e4689a841ad5942394a528990 /index.html
parent25a2a077f7b436c752834f01fbedbbd8fe285512 (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.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index b6cd5e6..6a803f2 100644
--- a/index.html
+++ b/index.html
@@ -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>