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:
haneul 2010-04-23 11:49:45 +00:00
parent 9cca48f2ce
commit d9e885e090

View file

@ -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, "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")};
$(window).bind("beforeunload", $.fnBind(fOnBeforeUnload, this));
// 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));
},
$AFTER_MSG_APP_READY : function(){
@ -6212,4 +6212,4 @@ xe.XE_Table = $.Class({
}
}).extend(xe.XE_Table);
})(jQuery);
})(jQuery);