Skip to content

Commit 5e50363

Browse files
committed
fix: remove data- from fetch, pass and filter
1 parent 54502d3 commit 5e50363

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<!-- Avatar -->
1414
<div class="avatar-wrapper margin:5px_0px margin-right:10px">
15-
<a class="avatar round" data-window_url="render.html" data-pass_collection="modules" data-pass_prefix="" data-pass_module_id="5dd010bccbc25f0cdb1a4d9f" data-pass_to="render" data-window_width="300px" data-window_height="375px" data-window_color="#229954">
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">
1616
<span collection="users" data-module_id="" name="name" class="sessionUser_Id width:12px avatar-name">B</span>
1717
<span collection="users" data-module_id="" name="profile_image" class="sessionUser_Id avatar-image">
1818
<img src="/_static/Velazquez.jpg" onerror="this.style.display='none'"/>

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ <h2 class="padding:5px_0px">Demo</h2>
104104
<a class="margin-right:10px" id="preview" data-show="preview" data-hide="code"><i class="far fa-eye"></i></a>
105105
<a class="margin-right:10px hidden" id="code" data-show="code" data-hide="preview"><i class="fas fa-code"></i></a>
106106
<!--<a class="margin-right:10px"><i class="far fa-window-maximize"></i></a>-->
107-
<a target="modal" href="module_activity_datatable.html" data-pass_collection="modules" data-pass_document_id="" data-pass_fetch_value="" data-pass_prefix="" data-pass_to="render" data-modal_width="600px" data-modal_height="400px" data-modal_color="#229954"
108-
data-modal_header="false" class="margin-right:10px">
107+
<a target="modal" href="module_activity_datatable.html" pass-collection="modules" pass-document_id="" pass-fetch_value="" pass-prefix="" pass_to="render" modal-width="600px" modal-height="400px" modal-color="#229954"
108+
modal-header="false" class="margin-right:10px">
109109
<i class="fas fa-external-link-alt"></i>
110110
</a>
111111
<a class="margin-right:5px" data-fullscreen target="#playground-1"><i class="fas fa-expand"></i></a>

0 commit comments

Comments
 (0)