(Grav GitSync) Automatic Commit from RealStickman
This commit is contained in:
parent
9fcb21c3b7
commit
b7a67e573e
BIN
themes/learn2/js/.learn.js.swp
Normal file
BIN
themes/learn2/js/.learn.js.swp
Normal file
Binary file not shown.
@ -179,7 +179,8 @@ jQuery(document).ready(function() {
|
||||
var text, clip = new Clipboard('.copy-to-clipboard', {
|
||||
text: function(trigger) {
|
||||
text = $(trigger).prev('code').text();
|
||||
return text.replace(/^\$\s/gm, '');
|
||||
//return text.replace(/^\$\s/gm, '');
|
||||
return text.replace(/^\$\s\#\s/gm, '');
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user