Fix in gogs.js

This commit is contained in:
Richard Mahn 2016-07-22 14:09:18 -06:00
parent 47603edf22
commit 889e9faf1b

View File

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