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