test image url fix

This commit is contained in:
Vilius 2018-08-16 22:51:24 +03:00
parent 3aa3ccf337
commit bc3f07288a
2 changed files with 2 additions and 2 deletions

2
dist/bundle.js vendored

File diff suppressed because one or more lines are too long

View File

@ -299,7 +299,7 @@ class File_open_class {
open_template_test(){
var _this = this;
window.fetch("./../../../../images/test-collection.json").then(function(response) {
window.fetch("images/test-collection.json").then(function(response) {
return response.json();
}).then(function(json) {
_this.load_json(json, false);