restore hash function in js

master
J. Fernando Sánchez 5 years ago
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…
Cancel
Save