mirror of
https://github.com/gogs/gogs.git
synced 2025-12-17 12:03:16 +01:00
Fix in gogs.js
This commit is contained in:
@@ -1459,5 +1459,5 @@ $(window).load(function () {
|
||||
|
||||
$(function() {
|
||||
if ($('.user.signin').length >0) return;
|
||||
$('form').areYouSure();
|
||||
$('form').areYouSure();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user