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:
-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">