(Grav GitSync) Automatic Commit from RealStickman
This commit is contained in:
parent
ad14d02aeb
commit
8dadd696ee
Binary file not shown.
@ -180,7 +180,7 @@ jQuery(document).ready(function() {
|
||||
text: function(trigger) {
|
||||
text = $(trigger).prev('code').text();
|
||||
console.log(text);
|
||||
text = text.replace(/^\s\#\s/gm, '');
|
||||
text = text.substring(1,1);
|
||||
console.log(text);
|
||||
//return text.replace(/^\$\s/gm, '');
|
||||
return text.replace(/^\$\s\#\s/gm, '');
|
||||
|
Loading…
Reference in New Issue
Block a user