mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 04:52:14 +09:00
#908 attach ajax event to document element
This commit is contained in:
parent
e2ecc73fba
commit
71d97e631c
3 changed files with 3 additions and 3 deletions
|
|
@ -1763,7 +1763,7 @@ function xml2json(xml, tab, ignoreAttrib) {
|
||||||
}
|
}
|
||||||
|
|
||||||
$(function($){
|
$(function($){
|
||||||
$('.wfsr')
|
$(document)
|
||||||
.ajaxStart(function(){
|
.ajaxStart(function(){
|
||||||
$(window).bind('beforeunload', beforeUnloadHandler);
|
$(window).bind('beforeunload', beforeUnloadHandler);
|
||||||
})
|
})
|
||||||
|
|
|
||||||
2
common/js/xe.min.js
vendored
2
common/js/xe.min.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -527,7 +527,7 @@ function xml2json(xml, tab, ignoreAttrib) {
|
||||||
}
|
}
|
||||||
|
|
||||||
$(function($){
|
$(function($){
|
||||||
$('.wfsr')
|
$(document)
|
||||||
.ajaxStart(function(){
|
.ajaxStart(function(){
|
||||||
$(window).bind('beforeunload', beforeUnloadHandler);
|
$(window).bind('beforeunload', beforeUnloadHandler);
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue