1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-02 09:25:48 +00:00
gitea/public/js/gogs.js

6 lines
129 B
JavaScript
Raw Normal View History

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