Changes in doc/html/_static/doctools.js [ada37fa:5547430] in ammosreader
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/html/_static/doctools.js
rada37fa 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.