Skip to content

Commit b7939da

Browse files
committed
tweaking buildme
1 parent afb2223 commit b7939da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
function buildit() {
66
var src = $source.val();
77
src = btoa(src);
8-
$showmeurl.val("http://getify.github.io/showme.html?" + encodeURIComponent("data:text/html;charset=utf-8;base64," + src));
8+
$showmeurl.val("http://getify.github.io/showme.html?data:text/html;charset=utf-8;base64," + src);
99
}
1010

1111
var $source, $showmeurl;

0 commit comments

Comments
 (0)