mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-29 22:45:14 -04:00
More refactorings.
This commit is contained in:
parent
c40fac67d0
commit
fc9f846cb5
13 changed files with 248 additions and 212 deletions
|
@ -5,9 +5,9 @@ modulejs.define('ext/custom', ['_', '$', 'core/settings', 'core/server', 'core/e
|
|||
enabled: false
|
||||
}, allsettings.custom),
|
||||
|
||||
onLocationChanged = function () {
|
||||
onLocationChanged = function (item) {
|
||||
|
||||
server.request({action: 'get', custom: true}, function (response) {
|
||||
server.request({action: 'get', custom: true, customHref: item.absHref}, function (response) {
|
||||
|
||||
var h, f;
|
||||
if (response) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue