mirror of
https://github.com/gogs/gogs.git
synced 2025-12-20 15:20:01 +01: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