mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-04 08:17:24 -05:00
6 lines
129 B
JavaScript
6 lines
129 B
JavaScript
$(document).ready(function () {
|
|
// Semantic UI modules.
|
|
$('.dropdown').dropdown({
|
|
transition: 'slide up'
|
|
});
|
|
}); |