forked from forgejo/forgejo
#1299 force downcase e-mail
This commit is contained in:
parent
e50982f5ec
commit
b9527cd1bf
2 changed files with 16 additions and 8 deletions
|
@ -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"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue