aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/main.js
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-10-10 20:02:42 +0200
committerMario Vavti <mario@mariovavti.com>2017-10-10 20:02:42 +0200
commit07ae4319501ac6edc024a849b4d060f171f27178 (patch)
treef51f4dbfe646b41c1016c85589701cdc44db40e7 /view/js/main.js
parent0c4a1fb9be04077fa1f88f561696961297c2fd8f (diff)
downloadvolse-hubzilla-07ae4319501ac6edc024a849b4d060f171f27178.tar.gz
volse-hubzilla-07ae4319501ac6edc024a849b4d060f171f27178.tar.bz2
volse-hubzilla-07ae4319501ac6edc024a849b4d060f171f27178.zip
css fixes
Diffstat (limited to 'view/js/main.js')
-rw-r--r--view/js/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/js/main.js b/view/js/main.js
index 8ff54e9cd..ea8d1a3ab 100644
--- a/view/js/main.js
+++ b/view/js/main.js
@@ -987,7 +987,7 @@ function notify_popup_loader(notifyType) {
html = notifications_tpl.format(this.notify_link,this.photo,this.name,this.message,this.when,this.hclass);
$("#nav-" + notifyType + "-menu").append(html);
});
- $(".dropdown-menu img[data-src], .dropdown-item img[data-src]").each(function(i, el){
+ $(".dropdown-menu img[data-src], .notification img[data-src]").each(function(i, el){
// Replace data-src attribute with src attribute for every image
$(el).attr('src', $(el).data("src"));
$(el).removeAttr("data-src");