Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
senpy
senpy
Commits
7aa69e3d
Commit
7aa69e3d
authored
Apr 04, 2019
by
J. Fernando Sánchez
Browse files
restore hash function in js
parent
a20252e4
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
7aa69e3d
...
...
@@ -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
...
...
senpy/static/js/main.js
View file @
7aa69e3d
...
...
@@ -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
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment