mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-04-12 00:21:56 +02:00
Fixes minor refresh problem with single quotes.
This commit is contained in:
parent
7be15da13a
commit
840363badb
@ -7,8 +7,8 @@ modulejs.define('core/refresh', ['_', 'core/server', 'model/entry'], function (_
|
||||
|
||||
_.each(json.entries, function (jsonEntry) {
|
||||
|
||||
found[jsonEntry.absHref] = true;
|
||||
Entry.get(jsonEntry.absHref, jsonEntry.time, jsonEntry.size, jsonEntry.status, jsonEntry.content);
|
||||
var e = Entry.get(jsonEntry.absHref, jsonEntry.time, jsonEntry.size, jsonEntry.status, jsonEntry.content);
|
||||
found[e.absHref] = true;
|
||||
});
|
||||
|
||||
_.each(entry.content, function (e) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user