We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 249ce0c commit 2dcc8baCopy full SHA for 2dcc8ba
1 file changed
showme.js
@@ -5,7 +5,7 @@
5
if (document.location.hash) {
6
str = document.location.hash.replace(/^#/,"");
7
if (str.match(/^data:text\/html.*?base64,/)) {
8
- str = str.replace(/^data:text\/html.*?base64,/);
+ str = str.replace(/^data:text\/html.*?base64,/,"");
9
document.write(atob(str));
10
}
11
0 commit comments