mirror of
https://github.com/flynx/ImageGrid.git
synced 2026-01-11 04:37:44 +00:00
minor refactoring...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
cd0e8b43dc
commit
8003ceda29
@ -1668,6 +1668,7 @@ function pushURLHistory(url){
|
|||||||
|
|
||||||
BASE_URL_HISTORY.splice(0, 0, url)
|
BASE_URL_HISTORY.splice(0, 0, url)
|
||||||
|
|
||||||
|
// XXX is this the right place for this???
|
||||||
saveLocalStorageBaseURLHistory()
|
saveLocalStorageBaseURLHistory()
|
||||||
|
|
||||||
return url
|
return url
|
||||||
@ -1687,6 +1688,7 @@ function getURLHistoryPrev(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// NOTE: this will not affect history url order...
|
||||||
function makeURLHistoryLoader(get, end_msg){
|
function makeURLHistoryLoader(get, end_msg){
|
||||||
return function(){
|
return function(){
|
||||||
var url = get()
|
var url = get()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user