Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 82ff4c34 authored by Ronak Patel's avatar Ronak Patel
Browse files

assigned ecloud theme in notification icons

parent 76822cfb
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -64,6 +64,11 @@ function replaceNotificationIcon(imgSelector) {
    $(notifButtonSelector).removeClass("icon-notifications-new");
    $(notifButtonSelector).addClass("icon-notifications");
  }
  let src_ = $('.notifications-button > img').attr('src');
  let result = src_.includes("/themes/eCloud");
  if(!result){
	$('.notifications-button > img').attr('src','/themes/eCloud' + src_);
  }
}

function replaceNavbarIcons() {