mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-14 04:32:29 +00:00
restore hash function in js
This commit is contained in:
parent
a20252e4bd
commit
7aa69e3d02
@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Fixed
|
||||
* Restored hash changing function in `main.js`
|
||||
|
||||
## 0.20
|
||||
|
||||
### Added
|
||||
|
@ -203,8 +203,8 @@ $(document).ready(function() {
|
||||
draw_datasets();
|
||||
}
|
||||
|
||||
// $(window).on('hashchange', hashchanged);
|
||||
// hashchanged();
|
||||
$(window).on('hashchange', hashchanged);
|
||||
hashchanged();
|
||||
$('.tooltip-form').tooltip();
|
||||
|
||||
$('.nav-pills a').on('shown.bs.tab', function (e) {
|
||||
|
Loading…
Reference in New Issue
Block a user