aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/main.js
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-10-08 12:43:50 -0700
committerzotlabs <mike@macgirvin.com>2017-10-08 12:43:50 -0700
commit27bc8294aecb847e0e87e61ff0c11cf64d4a9c10 (patch)
treed2676995161eec0b85daed4df8997943e840493a /view/js/main.js
parent6f709a6f57d10df73bf6d6ba5fc44c22d80f8717 (diff)
parent991db280be4c3cbbff4fb1e4dae8f303a487ed3f (diff)
downloadvolse-hubzilla-27bc8294aecb847e0e87e61ff0c11cf64d4a9c10.tar.gz
volse-hubzilla-27bc8294aecb847e0e87e61ff0c11cf64d4a9c10.tar.bz2
volse-hubzilla-27bc8294aecb847e0e87e61ff0c11cf64d4a9c10.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
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 dc40db360..b2210ee4c 100644
--- a/view/js/main.js
+++ b/view/js/main.js
@@ -992,7 +992,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]").each(function(i, el){
+ $(".dropdown-menu img[data-src], .dropdown-item 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");