(Grav GitSync) Automatic Commit from RealStickman

This commit is contained in:
RealStickman 2022-05-27 13:57:06 +02:00 committed by GitSync
parent 8dadd696ee
commit 5782d8b6ea
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.substring(1,1);
text = text.substring(1);
console.log(text);
//return text.replace(/^\$\s/gm, '');
return text.replace(/^\$\s\#\s/gm, '');