Skip to content

Commit

Permalink
Small cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
iBug committed Jan 22, 2021
1 parent 548c254 commit 13701f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ footer:


footer_scripts:
- /assets/js/main.min.js?v=2
- /assets/js/main.min.js?v=3


# Reading Files
Expand Down
2 changes: 1 addition & 1 deletion assets/js/clipboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $(document).ready(function() {
}
if (!codeBlock) {
// No <code> found - wtf?
throw new Error("No code block found beside this button. This is unexpected.");
throw new Error("No code block found beside this button.");
}
return copyText(codeBlock.innerText);
};
Expand Down

0 comments on commit 13701f4

Please sign in to comment.