Fix in gogs.js

pull/3433/head
Richard Mahn 2016-07-22 14:09:18 -06:00
parent 47603edf22
commit 889e9faf1b
1 changed files with 1 additions and 1 deletions

View File

@ -1459,5 +1459,5 @@ $(window).load(function () {
$(function() {
if ($('.user.signin').length >0) return;
$('form').areYouSure();
$('form').areYouSure();
});