mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
do not check change of content
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7389 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9cca48f2ce
commit
d9e885e090
1 changed files with 3 additions and 3 deletions
|
|
@ -2785,8 +2785,8 @@ xe.XE_EditingAreaManager = $.Class({
|
||||||
this.oApp.registerBrowserEvent(this.elEditingAreaSkipUI, "focus", "MSG_EDITING_AREA_SIZE_CHANGED", [], 50);
|
this.oApp.registerBrowserEvent(this.elEditingAreaSkipUI, "focus", "MSG_EDITING_AREA_SIZE_CHANGED", [], 50);
|
||||||
this.oApp.registerBrowserEvent(this.elEditingAreaSkipUI, "blur", "MSG_EDITING_AREA_SIZE_CHANGED", [], 50);
|
this.oApp.registerBrowserEvent(this.elEditingAreaSkipUI, "blur", "MSG_EDITING_AREA_SIZE_CHANGED", [], 50);
|
||||||
|
|
||||||
var fOnBeforeUnload = this.fOnBeforeUnload||function(){if(this.getIR() != this.oIRField.value || this.bIsDirty) return this.oApp.$MSG("XE_EditingAreaManager.onExit")};
|
// var fOnBeforeUnload = this.fOnBeforeUnload||function(){if(this.getIR() != this.oIRField.value || this.bIsDirty) return this.oApp.$MSG("XE_EditingAreaManager.onExit")};
|
||||||
$(window).bind("beforeunload", $.fnBind(fOnBeforeUnload, this));
|
// $(window).bind("beforeunload", $.fnBind(fOnBeforeUnload, this));
|
||||||
},
|
},
|
||||||
|
|
||||||
$AFTER_MSG_APP_READY : function(){
|
$AFTER_MSG_APP_READY : function(){
|
||||||
|
|
@ -6212,4 +6212,4 @@ xe.XE_Table = $.Class({
|
||||||
}
|
}
|
||||||
}).extend(xe.XE_Table);
|
}).extend(xe.XE_Table);
|
||||||
|
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue