From 6b30ed0ba6a338bd5df238fc244ddf8e14ef4379 Mon Sep 17 00:00:00 2001 From: lepricon49 Date: Sat, 12 Sep 2015 13:35:48 -0700 Subject: [PATCH] Stop JS links from scrolling to the top of the page Changed all Using href="#" to href="javascript:void(0)". Using "#" causes the browser to jump to the top of the page when the hyperlink is clicked (default empty # anchor position). Using "javascript:void(0)" will not change the browser's scroll position. --- data/interfaces/default/album.html | 22 +++++++++--------- data/interfaces/default/artist.html | 24 ++++++++++---------- data/interfaces/default/base.html | 6 ++--- data/interfaces/default/config.html | 2 +- data/interfaces/default/history.html | 14 ++++++------ data/interfaces/default/manage.html | 18 +++++++-------- data/interfaces/default/managemanual.html | 8 +++---- data/interfaces/default/manageunmatched.html | 8 +++---- data/interfaces/default/upcoming.html | 2 +- 9 files changed, 52 insertions(+), 52 deletions(-) diff --git a/data/interfaces/default/album.html b/data/interfaces/default/album.html index 06ac7e10..13223743 100644 --- a/data/interfaces/default/album.html +++ b/data/interfaces/default/album.html @@ -14,15 +14,15 @@ Delete Album %if album['Status'] == 'Skipped' or album['Status'] == 'Ignored': - Mark Album as Wanted + Mark Album as Wanted %elif album['Status'] == 'Wanted': - Force Check - Mark Album as Skipped + Force Check + Mark Album as Skipped %else: - Retry Download - Try New Version + Retry Download + Try New Version %endif - Choose Alternate Release + Choose Alternate Release - Edit Search Term + Edit Search Term - Choose Specific Download + Choose Specific Download @@ -66,7 +66,7 @@
- + @@ -78,7 +78,7 @@
Are you sure you want to ignore Local Album: ${album['AlbumTitle']} from future matching?

- +
@@ -97,7 +97,7 @@
- + diff --git a/data/interfaces/default/upcoming.html b/data/interfaces/default/upcoming.html index dbe7b254..97046f1c 100644 --- a/data/interfaces/default/upcoming.html +++ b/data/interfaces/default/upcoming.html @@ -3,7 +3,7 @@ <%def name="headerIncludes()">