Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New Map] GClh doesn't work on new map page. #1356

Closed
2Abendsegler opened this issue Jun 5, 2020 · 0 comments
Closed

[New Map] GClh doesn't work on new map page. #1356

2Abendsegler opened this issue Jun 5, 2020 · 0 comments
Assignees
Labels
bug prio: middle risk: medium Medium Risk of breaking other function. Normally features that are related to other functions status: fixed bug fixing implemented
Milestone

Comments

@2Abendsegler
Copy link
Owner

[New Map] GClh doesn't work on new map page.

Hängt wohl damit zusammen, dass der Header mit Menü zum Austauschen nicht ermittelt werden konnte. Wir nehmen den Header von der Seite https://www.geocaching.com/adopt/ . Dort wurden Änderungen vorgenommen.

Folgendes muss geändert werden:

Alt:

            var von = response.indexOf('<nav id="gcNavigation">');
            var bis = response.indexOf('<section id="Content">');

Neu:

            var von = response.indexOf('<nav id="ctl00_gcNavigation"');
            var bis = response.indexOf('<main id="Content"');
@2Abendsegler 2Abendsegler added bug status: in progress prio: middle risk: medium Medium Risk of breaking other function. Normally features that are related to other functions labels Jun 5, 2020
@2Abendsegler 2Abendsegler added this to the v0.10.7 milestone Jun 5, 2020
@2Abendsegler 2Abendsegler self-assigned this Jun 5, 2020
2Abendsegler added a commit that referenced this issue Jun 5, 2020
…ap-page.-#1356

GClh doesn't work on new map page. Change js.
@2Abendsegler 2Abendsegler added status: fixed bug fixing implemented and removed status: wait for merge labels Jun 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug prio: middle risk: medium Medium Risk of breaking other function. Normally features that are related to other functions status: fixed bug fixing implemented
Projects
None yet
Development

No branches or pull requests

1 participant