Skip to content
This repository has been archived by the owner on Apr 25, 2019. It is now read-only.

Commit

Permalink
Fix toggle util, #198.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gareth Joyce committed Mar 9, 2017
1 parent e2e2af8 commit bdb2d04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pattern/utility/toggle/base.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p><a href="#" data-cc-action="toggle" data-cc-target="demo-toggle">Toggle content</a></p>
<p><a href="#" data-cc-toggle-action="toggle" data-cc-toggle-target="#demo-toggle">Toggle content</a></p>

<div class="u-toggle" id="demo-toggle">
<p>Some content inside toggle.</p>
Expand Down
2 changes: 1 addition & 1 deletion pattern/utility/toggle/media.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p><a href="#" data-cc-action="toggle" data-cc-target="demo-toggle-sm">Toggle content on screen(sm)</a></p>
<p><a href="#" data-cc-toggle-action="toggle" data-cc-toggle-target="#demo-toggle-sm">Toggle content on screen(sm)</a></p>

<div class="u-toggle-sm" id="demo-toggle-sm">
<p>Some content inside toggle.</p>
Expand Down

0 comments on commit bdb2d04

Please sign in to comment.