mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-29 18:07:16 +02:00
style: pre-commit formatting issues resolved
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user