summaryrefslogtreecommitdiffstats
path: root/public/js/gogs.js
blob: a013eebe77ca23b2bf86b4383545e317e75fedab (plain)
1
2
3
4
5
6
$(document).ready(function () {
	// Semantic UI modules.
    $('.dropdown').dropdown({
        transition: 'slide up'
    });
});