diff --git a/dev/External/ko.js b/dev/External/ko.js index 1ba63099a..06a8ef5d0 100644 --- a/dev/External/ko.js +++ b/dev/External/ko.js @@ -89,10 +89,6 @@ Object.assign(ko.bindingHandlers, { } }, - title: { - update: (element, fValueAccessor) => element.title = ko.unwrap(fValueAccessor()) - }, - command: { init: (element, fValueAccessor, fAllBindings, viewModel, bindingContext) => { const command = fValueAccessor(); diff --git a/snappymail/v/0.0.0/app/templates/Views/User/MailMessageList.html b/snappymail/v/0.0.0/app/templates/Views/User/MailMessageList.html index 9f4bf40f7..d353a3189 100644 --- a/snappymail/v/0.0.0/app/templates/Views/User/MailMessageList.html +++ b/snappymail/v/0.0.0/app/templates/Views/User/MailMessageList.html @@ -132,12 +132,12 @@
-
+
-
+
@@ -152,12 +152,12 @@
-
+
-
+
diff --git a/snappymail/v/0.0.0/app/templates/Views/User/MailMessageView.html b/snappymail/v/0.0.0/app/templates/Views/User/MailMessageView.html index 6d4afc593..06ca05947 100644 --- a/snappymail/v/0.0.0/app/templates/Views/User/MailMessageView.html +++ b/snappymail/v/0.0.0/app/templates/Views/User/MailMessageView.html @@ -126,7 +126,7 @@
- + ×
@@ -228,16 +228,16 @@
-
+
  • -
    + data-bind="event: { dragstart: eventDragStart }, attr: { title: fileName }, css: {checked: checked}"> +
    - +
    👁
    @@ -254,7 +254,7 @@
      -
    • +
    • @@ -288,13 +288,13 @@
    -
    +
    -
    +
    diff --git a/snappymail/v/0.0.0/app/templates/Views/User/PopupsCompose.html b/snappymail/v/0.0.0/app/templates/Views/User/PopupsCompose.html index 293c36ec7..d6be55f0f 100644 --- a/snappymail/v/0.0.0/app/templates/Views/User/PopupsCompose.html +++ b/snappymail/v/0.0.0/app/templates/Views/User/PopupsCompose.html @@ -1,4 +1,4 @@ -
    +
    @@ -181,13 +181,13 @@