X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/9d566b4741eb66bf09b5c7d213aa8541886e100a..HEAD:/src/redakcja/static/js/wiki/view_sidebar.js?ds=sidebyside 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();