0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-03-26 20:42:48 +01:00
2015-03-07 15:12:13 -05:00

6 lines
129 B
JavaScript

$(document).ready(function () {
// Semantic UI modules.
$('.dropdown').dropdown({
transition: 'slide up'
});
});