Merge branch 'img-playground' of ssh://git.nowoczesnapolska.org.pl:2223/~/repo/redakc...
[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();
        };