Merge pull request #100 from jabadia/jabadia-fix-offline

jabadia - this path needs to be relative
This commit is contained in:
Andy 2014-02-24 08:59:45 -07:00
commit 0964fcf44f
3 changed files with 3 additions and 3 deletions

View File

@ -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'

View File

@ -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

@ -1 +1 @@
Subproject commit c123ab2be3baa1079c2dcce7b552af30ef402bb8
Subproject commit 8761b56e5bbbbec5f63ccfd67fca445e2885edd2