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