Commit 001b8257 authored by Boris Kocherov's avatar Boris Kocherov

cache disabled for manifest downloading

parent 2f0e6e0b
......@@ -74,7 +74,10 @@
.push(function () {
return jIO.util.ajax({
type: "GET",
url: storage._origin_url + storage._prefix + storage._manifest
url: storage._origin_url + storage._prefix + storage._manifest,
headers: {
'Cache-Control': 'no-cache'
}
});
})
.push(function (response) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment