1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-06-01 20:34:07 +02:00

Ensure window.jQuery is available alongside window.$

This commit is contained in:
chylex 2020-06-02 06:45:51 +02:00
parent 4c61047e9b
commit 464e758b94

View File

@ -1810,6 +1810,11 @@
}
});
//
// Block: Ensure window.jQuery is available.
//
window.jQuery = $;
//
// Block: Skip the initial pre-login page.
//