copy
This commit is contained in:
parent
0d9ebb54c5
commit
48edbf2497
|
@ -30,7 +30,7 @@ hexo.extend.tag.register('copy', function(args) {
|
|||
}
|
||||
}
|
||||
|
||||
const copy_id = 'copy_' + ++copy_index + '-' + text.replace(/[^a-z|0-9|.:]/gi, '');
|
||||
const copy_id = 'copy_' + ++copy_index;
|
||||
|
||||
var el = '';
|
||||
el += '<div class="tag-plugin copy"';
|
||||
|
|
Loading…
Reference in New Issue