Browse Source

Fix in gogs.js

pull/3287/head
Richard Mahn 8 years ago
parent
commit
889e9faf1b
  1. 2
      public/js/gogs.js

2
public/js/gogs.js

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

Loading…
Cancel
Save