mirror of
https://github.com/tabler/tabler.git
synced 2026-08-24 20:04:24 +04:00
topnav refactoring
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<div class="debug">
|
||||
<a href="javascript:void(0)" data-debug="dark">Dark mode</a>
|
||||
<a href="javascript:void(0)" data-debug="rtl">RTL mode</a>
|
||||
<a href="javascript:void(0)" data-debug="code">Show cards code</a>
|
||||
<a href="javascript:void(0)" data-debug="folded">Folded sidebar</a>
|
||||
<a href="javascript:void(0)" data-debug="fullscreen">Fullscreen</a>
|
||||
<a href="javascript:void(0)" data-debug="header-sticky">Sticky header</a>
|
||||
<a href="#" data-debug="dark">Dark mode</a>
|
||||
<a href="#" data-debug="rtl">RTL mode</a>
|
||||
<a href="#" data-debug="code">Show cards code</a>
|
||||
<a href="#" data-debug="folded">Folded sidebar</a>
|
||||
<a href="#" data-debug="fullscreen">Fullscreen</a>
|
||||
<a href="#" data-debug="header-sticky">Sticky header</a>
|
||||
<a href="{{ site.base }}/pages.html">All pages</a>
|
||||
|
||||
<div class="debug-info">Jekyll {{ jekyll.version }}</div>
|
||||
@@ -137,7 +137,7 @@
|
||||
var $card = $(this),
|
||||
htmlCode = $card[0].innerHTML.replace(/(^[ \t]*\n)/gm, '');
|
||||
|
||||
var $button = $('<div class="card-debug"><a href="javascript:void(0)" class="text-muted" data-code>code</a></div>'),
|
||||
var $button = $('<div class="card-debug"><a href="#" class="text-muted" data-code>code</a></div>'),
|
||||
$codeLink = $button.find('[data-code]');
|
||||
|
||||
$codeLink
|
||||
|
||||
Reference in New Issue
Block a user