mirror of
https://github.com/viliusle/miniPaint.git
synced 2026-02-06 13:26:46 +00:00
test image url fix
This commit is contained in:
parent
3aa3ccf337
commit
bc3f07288a
2
dist/bundle.js
vendored
2
dist/bundle.js
vendored
File diff suppressed because one or more lines are too long
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user