You've already forked twofactorauth
mirror of
https://github.com/token2/twofactorauth.git
synced 2026-03-13 11:16:05 -07:00
6 lines
154 B
JavaScript
6 lines
154 B
JavaScript
(function (root, $) {
|
|
$('.menu .dropdown').dropdown();
|
|
$('span.popup.exception').popup();
|
|
$('a.popup.exception').popup();
|
|
}(window, jQuery));
|