mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
HTML: arrow navigation is based on full dive list.
The navigation arrows from the detailed dive view is based on the full dive list, regardless of 'items_to_show' list. This can introduce unexpected behaviour if some search results or explicitly sorted list are shown in the list view. Restoring this list view from the detailed dive view after some arrow navigation. Arrow navigation must be separte and don't change the 'start_id' variable. Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com> Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
8bc232b0bd
commit
63691ed61b
1 changed files with 0 additions and 1 deletions
|
@ -1182,7 +1182,6 @@ function setDiveTitle(dive)
|
|||
*/
|
||||
function unshowDiveDetails(dive)
|
||||
{
|
||||
start = dive_id;
|
||||
viewInPage();
|
||||
plot1 = null;
|
||||
document.getElementById("diveListPanel").style.display = 'block';
|
||||
|
|
Loading…
Reference in a new issue