1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-06 13:26:24 -07:00
gochan/frontend/js/management/filebans.js

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();
});