ADAM
/
AIAHTML5
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
Merge Requests
14
Labels
Wiki
Snippets
Download as
Email Patches
Plain Diff
Browse Code »
Commit
d9dea7640e63cc82dd0231e90657df1116bff052
Authored by
Utkarsh Singh
2017-08-23 12:50:57 +0530
1 parent
817803a0
Committing updated file
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/libs/check_browser_close.js
400-SOURCECODE/AIAHTML5.Web/libs/check_browser_close.js
View file @
d9dea76
1
-
1
+
// Refer bug: 22056
2
2
$(window).on('mouseover', (function () {
3
3
window.onbeforeunload = null;
4
4
}));
...
...