1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2024-10-17 09:42:45 +02:00
TweetDuck/resources/Content/notification/expand_links_or_show_tooltip.js

6 lines
154 B
JavaScript

import expand_links_or_show_tooltip from "../tweetdeck/expand_links_or_show_tooltip.js";
export default function() {
expand_links_or_show_tooltip();
};