(Grav GitSync) Automatic Commit from RealStickman
This commit is contained in:
parent
03c27c343f
commit
54f8a00766
Binary file not shown.
@ -178,7 +178,7 @@ jQuery(document).ready(function() {
|
|||||||
if (!clipInit) {
|
if (!clipInit) {
|
||||||
var text, clip = new Clipboard('.copy-to-clipboard', {
|
var text, clip = new Clipboard('.copy-to-clipboard', {
|
||||||
text: function(trigger) {
|
text: function(trigger) {
|
||||||
text = $(trigger).prev('code').text();
|
text = $(trigger).prev('code').text
|
||||||
// NOTE custom stuff to strip # or $ from the beginning of my inline command blocks
|
// NOTE custom stuff to strip # or $ from the beginning of my inline command blocks
|
||||||
return text.replace(/^[\$\s\#\$]{1,3}/gm, '');
|
return text.replace(/^[\$\s\#\$]{1,3}/gm, '');
|
||||||
// original code
|
// original code
|
||||||
|
Loading…
Reference in New Issue
Block a user