Skip to content

Commit 9f9a9a1

Browse files
committed
fix: removed data- from attributes
1 parent b24f4fa commit 9f9a9a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ <h3 style="text-align:center;">Parallax Demo</h3>
6767

6868
</div>
6969

70-
<div id="menuL" class="cocreate-sidenav bg-medium-light-gray" data-main_content="content" sidenav_default_desktop="offCanvas" sidenav_default_tablet="offCanvas">
70+
<div id="menuL" class="cocreate-sidenav bg-medium-light-gray" content_id="content" sidenav_default_desktop="offCanvas" sidenav_default_tablet="offCanvas">
7171

7272
<div resize="right"></div>
7373
</div>

0 commit comments

Comments
 (0)