Untangle the callbacks; Add linkable diff tabs.
[redakcja.git] / src / redakcja / static / js / wiki / view_sidebar.js
index e9e712b..0adb249 100644 (file)
@@ -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();