mirror of
https://github.com/gogs/gogs.git
synced 2025-10-07 23:21:48 +00:00
6 lines
129 B
JavaScript
6 lines
129 B
JavaScript
$(document).ready(function () {
|
|
// Semantic UI modules.
|
|
$('.dropdown').dropdown({
|
|
transition: 'slide up'
|
|
});
|
|
}); |