0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-30 18:25:46 +01:00
gitea/public/js/gogs.js

6 lines
129 B
JavaScript
Raw Normal View History

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