Changeset 5547430 in ammosreader for doc/html/_static/doctools.js
- Timestamp:
- 05/04/22 16:12:24 (3 years ago)
- Branches:
- AmmosSource, guix
- Children:
- 1b72462
- Parents:
- f3421e6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/html/_static/doctools.js
rf3421e6 r5547430 5 5 * Sphinx JavaScript utilities for all documentation. 6 6 * 7 * :copyright: Copyright 2007-202 1by the Sphinx team, see AUTHORS.7 * :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. 8 8 * :license: BSD, see LICENSE for details. 9 9 * … … 265 265 $('#searchbox .highlight-link').fadeOut(300); 266 266 $('span.highlighted').removeClass('highlighted'); 267 var url = new URL(window.location); 268 url.searchParams.delete('highlight'); 269 window.history.replaceState({}, '', url); 267 270 }, 268 271
Note:
See TracChangeset
for help on using the changeset viewer.