From 59b9bc14242976489ac570e9a3135e6aa0ce122e Mon Sep 17 00:00:00 2001 From: ilya Date: Tue, 22 Jun 2010 17:58:24 -0700 Subject: add goUp to the readme command listing - this needs to be deprecated for something auto generated --- README.markdown | 3 ++- background_page.html | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 42b0f3ec..2e7c431a 100644 --- a/README.markdown +++ b/README.markdown @@ -44,7 +44,8 @@ Navigating the current page: n cycle forward to the next find match N cycle backward to the previous find match i enter insert mode -- all commands will be ignored until you hit esc to exit - y copy the current url to the clipboard + yy copy the current url to the clipboard + gu go up one level in the URL hierarchy Navigating your history: H go back in history diff --git a/background_page.html b/background_page.html index 0f923869..1109b0e0 100644 --- a/background_page.html +++ b/background_page.html @@ -573,6 +573,7 @@ // case for new installs. if (!localStorage.previousVersion) localStorage.previousVersion = currentVersion; + console.log("previousVersion: " + localStorage.previousVersion); return compareVersions(currentVersion, localStorage.previousVersion) == 1; } -- cgit v1.2.3