mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-11-01 11:50:07 +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)
|
||||
|
||||
// XXX is this the right place for this???
|
||||
saveLocalStorageBaseURLHistory()
|
||||
|
||||
return url
|
||||
@ -1687,6 +1688,7 @@ function getURLHistoryPrev(){
|
||||
}
|
||||
|
||||
|
||||
// NOTE: this will not affect history url order...
|
||||
function makeURLHistoryLoader(get, end_msg){
|
||||
return function(){
|
||||
var url = get()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user