summaryrefslogtreecommitdiffstats
path: root/public/js/gogs.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/js/gogs.js')
-rw-r--r--public/js/gogs.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/public/js/gogs.js b/public/js/gogs.js
new file mode 100644
index 0000000000..a013eebe77
--- /dev/null
+++ b/public/js/gogs.js
@@ -0,0 +1,6 @@
+$(document).ready(function () {
+ // Semantic UI modules.
+ $('.dropdown').dropdown({
+ transition: 'slide up'
+ });
+}); \ No newline at end of file