mirror of
https://github.com/Esri/offline-editor-js.git
synced 2025-12-15 15:20:05 +00:00
Merge pull request #100 from jabadia/jabadia-fix-offline
jabadia - this path needs to be relative
This commit is contained in:
commit
0964fcf44f
@ -141,7 +141,7 @@
|
||||
checks: {
|
||||
image: {
|
||||
url: function() {
|
||||
return 'http://web.local/offline-editor-js/tiny-image.png?_=' + (Math.floor(Math.random() * 1000000000));
|
||||
return '../tiny-image.png?_=' + (Math.floor(Math.random() * 1000000000));
|
||||
}
|
||||
},
|
||||
active: 'image'
|
||||
|
||||
@ -279,7 +279,7 @@ require([
|
||||
checks: {
|
||||
image: {
|
||||
url: function() {
|
||||
return 'http://web.local/offline-editor-js/tiny-image.png?_=' + (Math.floor(Math.random() * 1000000000));
|
||||
return '../tiny-image.png?_=' + (Math.floor(Math.random() * 1000000000));
|
||||
}
|
||||
},
|
||||
active: 'image'
|
||||
|
||||
2
vendor/offline
vendored
2
vendor/offline
vendored
@ -1 +1 @@
|
||||
Subproject commit c123ab2be3baa1079c2dcce7b552af30ef402bb8
|
||||
Subproject commit 8761b56e5bbbbec5f63ccfd67fca445e2885edd2
|
||||
Loading…
x
Reference in New Issue
Block a user