Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon Daron
panikweb
Commits
0eb42862
Commit
0eb42862
authored
Sep 28, 2013
by
fred
Browse files
Revert "js: remove unnecessary call to window.onpopstate()"
This reverts commit
b7c634de
.
parent
a8e5da09
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/static/js/specifics.js
View file @
0eb42862
...
...
@@ -55,6 +55,7 @@ $(function() {
}
new_content
=
$
(
$
.
parseHTML
(
html
)).
find
(
'
#Changing>*
'
);
$main
.
hide
().
empty
().
append
(
new_content
).
show
();
window
.
onpopstate
();
new_menu
=
$
(
$
.
parseHTML
(
html
)).
find
(
'
#metaNav>*
'
);
$metaNav
.
empty
().
append
(
new_menu
);
...
...
Write
Preview
Markdown
is supported
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