(Grav GitSync) Automatic Commit from RealStickman
This commit is contained in:
parent
fe23318f34
commit
67e1fd0ae2
Binary file not shown.
@ -179,7 +179,9 @@ jQuery(document).ready(function() {
|
|||||||
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();
|
||||||
console.log(text)
|
console.log(text);
|
||||||
|
text = text.replace(/\s\#\s/gm, '');
|
||||||
|
console.log(text);
|
||||||
//return text.replace(/^\$\s/gm, '');
|
//return text.replace(/^\$\s/gm, '');
|
||||||
return text.replace(/^\$\s\#\s/gm, '');
|
return text.replace(/^\$\s\#\s/gm, '');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user