k4be 1 год назад
Родитель
Сommit
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) {