mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-22 00:02:28 +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]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
* Restored hash changing function in `main.js`
|
||||||
|
|
||||||
## 0.20
|
## 0.20
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -203,8 +203,8 @@ $(document).ready(function() {
|
|||||||
draw_datasets();
|
draw_datasets();
|
||||||
}
|
}
|
||||||
|
|
||||||
// $(window).on('hashchange', hashchanged);
|
$(window).on('hashchange', hashchanged);
|
||||||
// hashchanged();
|
hashchanged();
|
||||||
$('.tooltip-form').tooltip();
|
$('.tooltip-form').tooltip();
|
||||||
|
|
||||||
$('.nav-pills a').on('shown.bs.tab', function (e) {
|
$('.nav-pills a').on('shown.bs.tab', function (e) {
|
||||||
|
Loading…
Reference in New Issue
Block a user