Skip to content

Commit

Permalink
test image url fix
Browse files Browse the repository at this point in the history
  • Loading branch information
viliusle committed Aug 16, 2018
1 parent 3aa3ccf commit bc3f072
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/js/modules/file/open.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit bc3f072

Please sign in to comment.