Changeset 5547430 in ammosreader for doc/html/_static/doctools.js


Ignore:
Timestamp:
05/04/22 16:12:24 (3 years ago)
Author:
Enrico Schwass <ennoausberlin@…>
Branches:
AmmosSource, guix
Children:
1b72462
Parents:
f3421e6
Message:

docs updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/html/_static/doctools.js

    rf3421e6 r5547430  
    55 * Sphinx JavaScript utilities for all documentation.
    66 *
    7  * :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
     7 * :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
    88 * :license: BSD, see LICENSE for details.
    99 *
     
    265265    $('#searchbox .highlight-link').fadeOut(300);
    266266    $('span.highlighted').removeClass('highlighted');
     267    var url = new URL(window.location);
     268    url.searchParams.delete('highlight');
     269    window.history.replaceState({}, '', url);
    267270  },
    268271
Note: See TracChangeset for help on using the changeset viewer.