mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-06 13:26:38 +02:00
Fixes broken callback in tree.
This commit is contained in:
@@ -64,6 +64,7 @@ modulejs.define('model/entry', ['_', 'core/types', 'core/ajax'], function (_, ty
|
|||||||
if (parser && response.status === 'h5ai') {
|
if (parser && response.status === 'h5ai') {
|
||||||
parser.parse(self.absHref, response.content);
|
parser.parse(self.absHref, response.content);
|
||||||
}
|
}
|
||||||
|
callback(self);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user