mirror of
https://gitee.com/gitea/gitea
synced 2025-11-13 04:50:25 +08:00
#1299 force downcase e-mail
This commit is contained in:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user