X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/cb900d10b9d0d42b0b6aa035be45dcbaa2f61af6..573b9004c7bc2a6a2b29335155b4ff55d142c6b6:/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 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();