Kaynağa Gözat

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

Unknwon 8 yıl önce
ebeveyn
işleme
c2fb01a257
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      public/js/gogs.js

+ 1 - 0
public/js/gogs.js

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