Merge ../unfediverse.com into dev

This commit is contained in:
nobody 2022-01-26 12:37:15 -08:00
commit 24c94f320e
2 changed files with 2 additions and 3 deletions

View file

@ -60,7 +60,7 @@
if(typeof acl=="undefined"){
acl = new ACL(
baseurl+"/acl"
baseurl+"/acloader"
);
}
</script>

View file

@ -131,8 +131,7 @@
}
</script>
<div id="notifications_wrapper" class="widget">
<h3>{{$notifications_label}}</h3>
<div id="notifications_wrapper" class="widget" style="display:none;">
<div id="no_notifications" class="d-xl-none">
{{$no_notifications}}<span class="jumping-dots"><span class="dot-1">.</span><span class="dot-2">.</span><span class="dot-3">.</span></span>
</div>