mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-05-09 05:34:05 +02:00
parent
77bcca45ce
commit
98197d1e86
@ -30,6 +30,11 @@
|
||||
},0);
|
||||
});
|
||||
|
||||
// Fix layout for right-aligned actions menu
|
||||
$(document).on("uiShowActionsMenu",function(){
|
||||
$(".js-dropdown.pos-r").toggleClass("pos-r pos-l");
|
||||
});
|
||||
|
||||
// Notification handling
|
||||
$.subscribe("/notifications/new",function(obj){
|
||||
for(var item of obj.items){
|
||||
|
Loading…
Reference in New Issue
Block a user