From 8a3cc41acb3961c371bdf5117112461f56f6f670 Mon Sep 17 00:00:00 2001 From: Katrin Leinweber Date: Sat, 31 Aug 2019 06:59:43 +0200 Subject: [PATCH] Reset history-panel to 4a8d8afb The changes in abe4137a do not translate here. Maybe because history-panel-filter is loaded in the background in the "Undo / Redo" tab? --- main/webapp/modules/core/scripts/project/history-panel.html | 2 +- main/webapp/modules/core/scripts/project/history-panel.js | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/main/webapp/modules/core/scripts/project/history-panel.html b/main/webapp/modules/core/scripts/project/history-panel.html index da5cf9ebd..ea10e168c 100644 --- a/main/webapp/modules/core/scripts/project/history-panel.html +++ b/main/webapp/modules/core/scripts/project/history-panel.html @@ -7,7 +7,7 @@
- +
diff --git a/main/webapp/modules/core/scripts/project/history-panel.js b/main/webapp/modules/core/scripts/project/history-panel.js index fddaac55e..2ac703933 100644 --- a/main/webapp/modules/core/scripts/project/history-panel.js +++ b/main/webapp/modules/core/scripts/project/history-panel.js @@ -256,8 +256,6 @@ HistoryPanel.prototype._showExtractOperationsDialog = function(json) { }); var level = DialogSystem.showDialog(frame); - - elmts.getElementById("filterInput").focus(); elmts.textarea[0].select(); };