X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/9d566b4741eb66bf09b5c7d213aa8541886e100a..fd28890ac78d5869ac68ec6db7183bc168d03891:/src/redakcja/static/js/wiki/view_sidebar.js?ds=inline

diff --git a/src/redakcja/static/js/wiki/view_sidebar.js b/src/redakcja/static/js/wiki/view_sidebar.js
index e9e712bd..0adb2494 100644
--- 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();