Skip to content

Commit 21a7ec1

Browse files
committed
fix: update data-module_id to document_id
1 parent 16477ac commit 21a7ec1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

demo/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212

1313
<!-- Avatar -->
1414
<div class="avatar-wrapper margin:5px_0px margin-right:10px">
15-
<a class="avatar round" data-window_url="render.html" pass-collection="modules" pass-prefix="" pass-module_id="5dd010bccbc25f0cdb1a4d9f" pass_to="render" data-window_width="300px" data-window_height="375px" data-window_color="#229954">
16-
<span collection="users" data-module_id="" name="name" class="sessionUser_Id width:12px avatar-name">B</span>
17-
<span collection="users" data-module_id="" name="profile_image" class="sessionUser_Id avatar-image">
15+
<a class="avatar round" target="modal" href="render.html" pass-collection="modules" pass-prefix="" pass-module_id="5dd010bccbc25f0cdb1a4d9f" pass_to="render" modal-width="300px" modal-height="375px" modal-color="#229954">
16+
<span collection="users" document_id="" name="name" class="sessionUser_Id width:12px avatar-name">B</span>
17+
<span collection="users" document_id="" name="profile_image" class="sessionUser_Id avatar-image">
1818
<img src="/_static/Velazquez.jpg" onerror="this.style.display='none'"/>
1919
</span>
2020
</a>

0 commit comments

Comments
 (0)