mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-28 05:54:48 -04:00
More changes to enable smart browsing.
This commit is contained in:
parent
499013f4fb
commit
e956a49680
14 changed files with 85 additions and 74 deletions
|
@ -163,10 +163,7 @@ modulejs.define('view/items', ['_', '$', 'core/settings', 'core/resource', 'core
|
|||
}
|
||||
});
|
||||
|
||||
event.sub('location.changed', function () {
|
||||
|
||||
onLocationChanged(location.getItem());
|
||||
});
|
||||
event.sub('location.changed', onLocationChanged);
|
||||
|
||||
$content.appendTo('body');
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue