Эх сурвалжийг харах

Fix not changing image URLs

k4be 1 жил өмнө
parent
commit
49750d45f2
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      image.js

+ 1 - 0
image.js

@@ -9,6 +9,7 @@ function makeImageUrl(dir, file) {
 	if (mode && mode.length > 0) {
 		res += '&mode=' + mode;
 	}
+	return res;
 }
 
 function setLinks(e) {