mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-05-08 02:34:06 +02:00
Ensure window.jQuery is available alongside window.$
This commit is contained in:
parent
4c61047e9b
commit
464e758b94
@ -1809,6 +1809,11 @@
|
||||
window.TD_PLUGINS.onReady();
|
||||
}
|
||||
});
|
||||
|
||||
//
|
||||
// Block: Ensure window.jQuery is available.
|
||||
//
|
||||
window.jQuery = $;
|
||||
|
||||
//
|
||||
// Block: Skip the initial pre-login page.
|
||||
|
Loading…
Reference in New Issue
Block a user