(Grav GitSync) Automatic Commit from RealStickman

This commit is contained in:
RealStickman 2022-05-27 13:54:01 +02:00 committed by GitSync
parent 67e1fd0ae2
commit ad14d02aeb
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -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.replace(/^\s\#\s/gm, '');
console.log(text);
//return text.replace(/^\$\s/gm, '');
return text.replace(/^\$\s\#\s/gm, '');