#3299 don’t pop up confirm box when leave on signin page

pull/197/head
Unknwon 8 years ago
parent 5761342f32
commit c2fb01a257
  1. 1
      public/js/gogs.js

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

Loading…
Cancel
Save