This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
#3299
don’t pop up confirm box when leave on signin page
for-closed-social
Unknwon
8 years ago
parent
5761342f32
commit
c2fb01a257
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
public/js/gogs.js
+ 1
- 0
public/js/gogs.js
View File
@ -1117,5 +1117,6 @@ $(window).load(function () {
}
)
;
$
(
function
(
)
{
if
(
$
(
'.user.signin'
)
.
length
>
0
)
return
;
$
(
'form'
)
.
areYouSure
(
)
;
}
)
;
Write
Preview
Loading…
Cancel
Save