1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-08-18 13:31:41 +02:00

Make sure the app is loaded before hooking account selectors

This commit is contained in:
2017-03-08 13:06:50 +01:00
parent 79f6df121b
commit 11a1423f76

@@ -497,6 +497,7 @@
//
// Block: Swap shift key functionality for selecting accounts.
//
onAppReady.push(function(){
$(".js-drawer[data-drawer='compose']").delegate(".js-account-list > .js-account-item", "click", function(e){
e.shiftKey = !e.shiftKey;
});
@@ -510,6 +511,7 @@
});
}
});
});
//
// Block: Work around clipboard HTML formatting.