Ignore:
File:
1 edited

Legend:

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

    rada37fa 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.