fix loading, minify with rollup
This commit is contained in:
parent
9c3450947b
commit
dd5237e4ed
156 changed files with 794 additions and 971 deletions
3
index.js
3
index.js
|
|
@ -251,10 +251,13 @@ Ox.load(/^https?:\/\/(www\.)?oxjs\.org\//.test(
|
|||
Ox.get('readme/index/' + id + '.html' + q, function(html) {
|
||||
app.data.html[id] = html;
|
||||
if (Ox.len(app.data.html) == app.data.pages.length) {
|
||||
/*
|
||||
navigator.onLine ? Ox.getJSON(url, function(data) {
|
||||
app.data.downloads = data;
|
||||
callback();
|
||||
}) : callback();
|
||||
*/
|
||||
callback()
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue