mirror of
https://github.com/tabler/tabler.git
synced 2026-08-24 20:04:24 +04:00
cards components
This commit is contained in:
@@ -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-light" data-code>code</a></div>'),
|
||||
var $button = $('<div class="card-debug"><a href="javascript:void(0)" class="text-muted" data-code>code</a></div>'),
|
||||
$codeLink = $button.find('[data-code]');
|
||||
|
||||
$codeLink
|
||||
|
||||
Reference in New Issue
Block a user