1
0
Fork 0
forked from forgejo/forgejo

home: new UI

This commit is contained in:
Unknwon 2015-03-07 15:12:13 -05:00
parent 5e763baa12
commit 4b9fb43a70
38 changed files with 3343 additions and 625 deletions

6
public/js/gogs.js Normal file
View file

@ -0,0 +1,6 @@
$(document).ready(function () {
// Semantic UI modules.
$('.dropdown').dropdown({
transition: 'slide up'
});
});

4
public/js/jquery-1.11.2.min.js vendored Normal file

File diff suppressed because one or more lines are too long

1
public/js/min/gogs-min.js vendored Normal file
View file

@ -0,0 +1 @@
$(document).ready(function(){$(".dropdown").dropdown({transition:"slide up"})});

17
public/js/semantic.min.js vendored Executable file

File diff suppressed because one or more lines are too long