Librarian in regular requirements.
[redakcja.git] / redakcja / static / js / wiki / view_column_diff.js
index a212f81..33ffb6a 100644 (file)
@@ -19,6 +19,7 @@
     };
 
        DiffPerspective.prototype.destroy = function() {
+        $.wiki.switchToTab('#HistoryPerspective');
                $('#' + this.base_id).remove();
                $('#' + this.perspective_id).remove();
        };