author | Josh <jokajak@gmail.com> | 2012-06-16 01:46:56 (UTC) |
---|---|---|
committer | Josh <jokajak@gmail.com> | 2012-06-16 01:46:56 (UTC) |
commit | 7bf1c8f74de6f83bd08b95884fa7a90a716ce308 (patch) (side-by-side diff) | |
tree | 4df769904d5996ef30b0400c14cfd182fcf0e3e3 /frontend | |
parent | 36ff1deefcbbd24aceca97eb39a13f9da4af8ff5 (diff) | |
download | clipperz-7bf1c8f74de6f83bd08b95884fa7a90a716ce308.zip clipperz-7bf1c8f74de6f83bd08b95884fa7a90a716ce308.tar.gz clipperz-7bf1c8f74de6f83bd08b95884fa7a90a716ce308.tar.bz2 |
Fix the Clipperz Compact link
The clipperz compact link should be relative to the current path
-rw-r--r-- | frontend/beta/js/Clipperz/PM/Strings/Strings_en-US.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/beta/js/Clipperz/PM/Strings/Strings_en-US.js b/frontend/beta/js/Clipperz/PM/Strings/Strings_en-US.js index 9fa95e9..299ebc7 100644 --- a/frontend/beta/js/Clipperz/PM/Strings/Strings_en-US.js +++ b/frontend/beta/js/Clipperz/PM/Strings/Strings_en-US.js @@ -508,7 +508,7 @@ Clipperz.PM.Strings.Languages['en-us'] = { <li><p>Get Firefox! Sidebars are only available in Firefox and you need to switch to Firefox in order to enjoy the convenience of Clipperz Compact.</p></li>\ <li>\ <p>Add the following URL to Firefox bookmarks, or even better, drag it to the bookmark bar.</p>\ - <div id=\"compactLinkBox\"><a href=\"https://www.clipperz.com/beta/index.html?compact\" target=\"_search\">Clipperz Compact</a></div>\ + <div id=\"compactLinkBox\"><a href=\"index.html?compact\" target=\"_search\">Clipperz Compact</a></div>\ </li>\ <li><p>Change the properties of the bookmark so that “load this bookmark in the sidebar” is checked.</p></li>\ </ol>\ |