Replaced albums.load() with lychee.goto()

pull/484/head
Tobias Reich 8 years ago
parent b63c47cf92
commit 45f8ff053e

@ -594,7 +594,7 @@ album.merge = function(albumIDs) {
lychee.error(null, params, data)
} else {
albums.refresh()
albums.load()
lychee.goto()
}
})

@ -94,7 +94,7 @@ search.reset = function() {
search.hash = null
lychee.animate('.divider', 'fadeOut')
albums.load()
lychee.goto()
}

Loading…
Cancel
Save