mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-06 13:26:24 -07:00
10 lines
No EOL
269 B
JavaScript
10 lines
No EOL
269 B
JavaScript
import $ from "jquery";
|
|
import "jquery-ui/ui/widget";
|
|
import "jquery-ui/ui/unique-id";
|
|
import "jquery-ui/ui/keycode";
|
|
import "jquery-ui/ui/widgets/tabs";
|
|
$(() => {
|
|
if(window.location.search.indexOf("?action=filebans") != 0)
|
|
return;
|
|
$("div#fileban-tabs").tabs();
|
|
}); |