From 8003ceda29673fbb0334f668dc92d53ec3730592 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 25 Nov 2013 07:45:46 +0400 Subject: [PATCH] minor refactoring... Signed-off-by: Alex A. Naanou --- ui/data.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/data.js b/ui/data.js index 463b98c7..aa4d6ab9 100755 --- a/ui/data.js +++ b/ui/data.js @@ -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()