Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwarwickmm <warwickmm@users.noreply.github.com>2022-04-17 05:35:19 +0300
committerGitHub <noreply@github.com>2022-04-17 05:35:19 +0300
commit1d9a63eaf06c001cbd13496f6f4ccd3d0edc3baa (patch)
treec8808674996d57571e8c0f12c895707f108b5c85
parenteea9e16a16702b1a8ca289a94c0613471051bb9e (diff)
parentd820b92157c0bdcdeeab780406b63c310b4cc7e5 (diff)
Merge pull request #4705 from AxeOfMen/Issue4608.EmptyPopup
Fix empty popup dialog in Firefox
-rwxr-xr-xDuplicati/Server/webroot/ngax/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/Duplicati/Server/webroot/ngax/index.html b/Duplicati/Server/webroot/ngax/index.html
index 040957e69..42c588c28 100755
--- a/Duplicati/Server/webroot/ngax/index.html
+++ b/Duplicati/Server/webroot/ngax/index.html
@@ -283,9 +283,9 @@
<notification-area></notification-area>
<div ng-controller="DialogController">
- <div ng-show="state.CurrentItem != null" class="blocker" ng-click=""></div>
+ <div ng-show="state.CurrentItem != null && state.CurrentItem.title != null" class="blocker" ng-click=""></div>
- <div ng-show="state.CurrentItem != null" class="modal-dialog ng-cloak">
+ <div ng-show="state.CurrentItem != null && state.CurrentItem.title != null" class="modal-dialog ng-cloak">
<div class="info">
<div class="title">{{state.CurrentItem.title}}</div>
<div class="content" ng-show="state.CurrentItem.message || state.CurrentItem.enableTextarea">