mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 06:09:55 +09:00
minify
This commit is contained in:
parent
608cdf138a
commit
0ea0e78599
2 changed files with 4 additions and 2 deletions
|
|
@ -5378,11 +5378,13 @@ xe.XE_AutoSave = $.Class({
|
||||||
$ON_MSG_APP_READY : function() {
|
$ON_MSG_APP_READY : function() {
|
||||||
var elTitle = $(this.form._saved_doc_title);
|
var elTitle = $(this.form._saved_doc_title);
|
||||||
var elContent = $(this.form._saved_doc_content);
|
var elContent = $(this.form._saved_doc_content);
|
||||||
|
var elDocument_srl = $(this.form._saved_doc_document_srl);
|
||||||
|
|
||||||
var title = $.trim(elTitle.val());
|
var title = $.trim(elTitle.val());
|
||||||
var content = $.trim(elContent.val());
|
var content = $.trim(elContent.val());
|
||||||
|
var document_srl = $.trim(elDocument_srl.val());
|
||||||
|
|
||||||
if (title || content) {
|
if (title || content || document_srl) {
|
||||||
if (confirm(this.form._saved_doc_message.value)) {
|
if (confirm(this.form._saved_doc_message.value)) {
|
||||||
$(this.form.title).val(title);
|
$(this.form.title).val(title);
|
||||||
this.oApp.setIR(content);
|
this.oApp.setIR(content);
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue