diff options
author | Unknwon <u@gogs.io> | 2015-11-13 12:05:48 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-11-13 12:05:48 -0500 |
commit | 0f438ef0b3fe641df102212becb32cdfb4dd3305 (patch) | |
tree | 55eca7cea3b5b5ff2592426eb9374459c5fef323 /public/js/gogs.js | |
parent | a6c7716742943aa492545716b629a566c4d923de (diff) | |
download | gitea-0f438ef0b3fe641df102212becb32cdfb4dd3305.tar.gz gitea-0f438ef0b3fe641df102212becb32cdfb4dd3305.zip |
new dashboard ui
Diffstat (limited to 'public/js/gogs.js')
-rw-r--r-- | public/js/gogs.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/js/gogs.js b/public/js/gogs.js index f3aed276de..81a9c1f443 100644 --- a/public/js/gogs.js +++ b/public/js/gogs.js @@ -583,6 +583,7 @@ $(document).ready(function () { } }); $('.tabular.menu .item').tab(); + $('.tabable.menu .item').tab(); $('.toggle.button').click(function () { $($(this).data('target')).slideToggle(100); |