mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-05-23 18:18:31 +08:00
home: new UI
This commit is contained in:
6
public/js/gogs.js
Normal file
6
public/js/gogs.js
Normal file
@ -0,0 +1,6 @@
|
||||
$(document).ready(function () {
|
||||
// Semantic UI modules.
|
||||
$('.dropdown').dropdown({
|
||||
transition: 'slide up'
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user