From 5cef085c53ded96d3ba6417902282757c8f5a26b Mon Sep 17 00:00:00 2001 From: RealStickman Date: Fri, 27 May 2022 14:05:43 +0200 Subject: [PATCH] (Grav GitSync) Automatic Commit from RealStickman --- themes/learn2/js/.learn.js.swp | Bin 28672 -> 28672 bytes themes/learn2/js/learn.js | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/learn2/js/.learn.js.swp b/themes/learn2/js/.learn.js.swp index ab8723c1f3efb4939ba6f6fdd474f0232075a5d4..03aeab2e8ee268c60f27012cb7fdbea79c158cab 100644 GIT binary patch delta 118 zcmZp8z}WDBQ6b47%+puFLeGc+2m}}yYW7V?Iwd5+;M&W~P?VovGI62GMwbKrtU;^{ z3~`e=1K#s8vokR4V`E^L1H^HgSpzd!CkupeOzsX-7f?V0ledILaKOYi^M-$x003Kq B9qIr8 delta 100 zcmZp8z}WDBQ6b47%+puFLeGc+2m}}yLiSBa+8`vt;M&W~P?VovGI62GMwbKrtm&)_ z48@Z<1K#s;u`@6nWn*C22*kykSpzd!nTk>;Gloe|E(=p<;^dsXHY|dXb2D%FX9)m% C-W$;X diff --git a/themes/learn2/js/learn.js b/themes/learn2/js/learn.js index 258d629..e636b43 100644 --- a/themes/learn2/js/learn.js +++ b/themes/learn2/js/learn.js @@ -179,9 +179,9 @@ jQuery(document).ready(function() { var text, clip = new Clipboard('.copy-to-clipboard', { text: function(trigger) { text = $(trigger).prev('code').text(); - // NOTE custom stuff to strip # from the beginning of my inline command blocks + // NOTE custom stuff to strip # from the beginning of my inline command blocks return text.replace(/^[\$\s\#]{1,3}/gm, ''); - // original code + // original code //return text.replace(/^\$\s/gm, ''); } });