1
1
mirror of https://github.com/go-gitea/gitea synced 2025-01-12 10:44:27 +00:00
gitea/public/js/gogs.js

6 lines
129 B
JavaScript
Raw Normal View History

2015-03-07 15:12:13 -05:00
$(document).ready(function () {
// Semantic UI modules.
$('.dropdown').dropdown({
transition: 'slide up'
});
});