Changes in doc/html/_static/doctools.js [5547430:ada37fa] in ammosreader
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/html/_static/doctools.js
r5547430 rada37fa 5 5 * Sphinx JavaScript utilities for all documentation. 6 6 * 7 * :copyright: Copyright 2007-202 2by the Sphinx team, see AUTHORS.7 * :copyright: Copyright 2007-2021 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);270 267 }, 271 268
Note:
See TracChangeset
for help on using the changeset viewer.