We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d14be commit 0e411e2Copy full SHA for 0e411e2
js/ditto.js
@@ -257,7 +257,7 @@ function normalize_paths() {
257
var src = $(this).attr("src");
258
if($(this).attr("src").indexOf("../") > -1){
259
src = $(this).attr("src").replace("../", "");
260
- $(this).attr("src", location.host + "/" + src);
+ $(this).attr("src", "http://" + location.host + "/" + src);
261
}
262
else{
263
src = $(this).attr("src").replace("./", "");
0 commit comments