mirror of https://github.com/gogs/gogs.git
Fix in gogs.js
parent
47603edf22
commit
889e9faf1b
|
@ -1459,5 +1459,5 @@ $(window).load(function () {
|
|||
|
||||
$(function() {
|
||||
if ($('.user.signin').length >0) return;
|
||||
$('form').areYouSure();
|
||||
$('form').areYouSure();
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue