Skip to content

Commit 379a832

Browse files
author
Cornelis G. A. Kolbach
committed
Fix path
@thet This change will probably break the demo in the stand alone situation, but I need it for now for it to work on the site.
1 parent 8fa4bca commit 379a832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pat/collapsible/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ <h3>Click me - I explicitly start out closed and will fade in</h3>
6464
</div>
6565
<div class="pat-collapsible closed"
6666
id="load-on-open"
67-
data-pat-collapsible="load-content: /src/pat/collapsible/collapsible-sources.html#panel1; close-trigger: #close; open-trigger: #open">
67+
data-pat-collapsible="load-content: /code/src/pat/collapsible/collapsible-sources.html#panel1; close-trigger: #close; open-trigger: #open">
6868
<h3>Click me! - I will load my content when opened</h3>
6969
</div>
7070
</body>

0 commit comments

Comments
 (0)