fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix
[redakcja.git]
/
src
/
redakcja
/
static
/
js
/
wiki
/
view_sidebar.js
diff --git
a/src/redakcja/static/js/wiki/view_sidebar.js
b/src/redakcja/static/js/wiki/view_sidebar.js
index
e9e712b
..
0adb249
100644
(file)
--- a/
src/redakcja/static/js/wiki/view_sidebar.js
+++ b/
src/redakcja/static/js/wiki/view_sidebar.js
@@
-1,10
+1,7
@@
(function($) {
class SidebarPerspective extends $.wiki.Perspective {
- constructor(options) {
- super(options);
- this.noupdate_hash_onenter = true;
- }
+ noupdate_hash_onenter = true;
onEnter(success, failure) {
super.onEnter();