1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-05-31 17:34:14 +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

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