We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afb2223 commit b7939daCopy full SHA for b7939da
1 file changed
buildme.js
@@ -5,7 +5,7 @@
5
function buildit() {
6
var src = $source.val();
7
src = btoa(src);
8
- $showmeurl.val("http://getify.github.io/showme.html?" + encodeURIComponent("data:text/html;charset=utf-8;base64," + src));
+ $showmeurl.val("http://getify.github.io/showme.html?data:text/html;charset=utf-8;base64," + src);
9
}
10
11
var $source, $showmeurl;
0 commit comments