mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
#908 attach ajax event to document element
This commit is contained in:
parent
e057cc4030
commit
9bb610ff3a
1 changed files with 1 additions and 1 deletions
|
|
@ -477,7 +477,7 @@ function xml2json(xml, tab, ignoreAttrib) {
|
|||
}
|
||||
|
||||
$(function($){
|
||||
$('.wfsr')
|
||||
$(document)
|
||||
.ajaxStart(function(){
|
||||
$(window).bind('beforeunload', beforeUnloadHandler);
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue