diff options
author | fuxiaohei <fuxiaohei@vip.qq.com> | 2014-12-07 21:29:37 +0800 |
---|---|---|
committer | fuxiaohei <fuxiaohei@vip.qq.com> | 2014-12-07 21:29:37 +0800 |
commit | 0daef29053ac112e9cd86dc8fac7b78f4f38d387 (patch) | |
tree | 6a8eb7a858520b161a0b16b0431c9b72c2e3c784 /public/ng/js/gogs.js | |
parent | a2f6e1803bb8322843777f1795f8966de81a84c0 (diff) | |
download | gitea-0daef29053ac112e9cd86dc8fac7b78f4f38d387.tar.gz gitea-0daef29053ac112e9cd86dc8fac7b78f4f38d387.zip |
add label-create ui elements
Diffstat (limited to 'public/ng/js/gogs.js')
-rw-r--r-- | public/ng/js/gogs.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/ng/js/gogs.js b/public/ng/js/gogs.js index 1d5a113eeb..b3749ca0dd 100644 --- a/public/ng/js/gogs.js +++ b/public/ng/js/gogs.js @@ -2,6 +2,7 @@ // @codekit-prepend "lib/lib.js" // @codekit-prepend "utils/tabs.js" // @codekit-prepend "utils/preview.js" +// @codekit-prepend "gogs/issue_label.js" // @codekit-prepend "lib/jquery.tipsy.js" var Gogs = {}; |