diff options
author | Unknwon <u@gogs.io> | 2015-08-05 17:36:22 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-05 17:36:22 +0800 |
commit | b9527cd1bfabcce3be62b43f0c199b1418519549 (patch) | |
tree | eda0048ae5a307f3a369a94abc60e5f7eb1fb4db /public/js | |
parent | e50982f5ec78c3cfa4a1cf322f7fa1a4dea44b84 (diff) | |
download | gitea-b9527cd1bfabcce3be62b43f0c199b1418519549.tar.gz gitea-b9527cd1bfabcce3be62b43f0c199b1418519549.zip |
#1299 force downcase e-mail
Diffstat (limited to 'public/js')
-rw-r--r-- | public/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/js/app.js b/public/js/app.js index 3dbf29c144..8eb19a0aa5 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -297,7 +297,7 @@ var Gogits = {}; } else { $(selector).zclip({ - path: Gogs.AppSubUrl + "/js/ZeroClipboard.swf", + path: Gogits.AppSubUrl + "/js/ZeroClipboard.swf", copy: function () { var t = $(this).data("copy-val"); var to = $($(this).data("copy-from")); |