mirror of
https://github.com/LAX18/gitea.git
synced 2026-06-03 22:17:49 -09:00
6 lines
129 B
JavaScript
6 lines
129 B
JavaScript
$(document).ready(function () {
|
|
// Semantic UI modules.
|
|
$('.dropdown').dropdown({
|
|
transition: 'slide up'
|
|
});
|
|
}); |