style: pre-commit formatting issues resolved

This commit is contained in:
Mateusz Pusz
2024-09-08 08:32:17 +02:00
parent 3d3990f3b5
commit 32712a20a8
3 changed files with 4 additions and 2 deletions

View File

@ -28,7 +28,7 @@ $('#apiIframe').on('load', function() {
});
// reloads the window with the content when a user navigates over the browser's history
function locationHashChanged() {
function locationHashChanged() {
window.location.reload();
}
window.onhashchange = locationHashChanged;