1
0
Fork 0
TweetDuck/resources/Content/tweetdeck/tweetdeck_preview_warning.js

8 lines
390 B
JavaScript

import { $TD } from "../api/bridge.js";
export default function() {
if (location.pathname === "/" && !("TD" in window)) {
$TD.alert("warning", "Some TweetDuck features failed to load. This might happen if your Twitter account is enrolled into the TweetDeck Preview, which TweetDuck does not support. Try opting out of the TweetDeck Preview to restore TweetDuck's functionality.");
}
}