Commit 4887d488 authored by Sergey.Konovalov's avatar Sergey.Konovalov

лишний asc_onEndAction при drag&drop картинок

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@62798 954022d7-b5bf-4e40-9824-e11837661b57
parent dab9f72a
...@@ -206,9 +206,10 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS"; ...@@ -206,9 +206,10 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS";
frameWindow.document.open(); frameWindow.document.open();
frameWindow.document.write(content); frameWindow.document.write(content);
frameWindow.document.close(); frameWindow.document.close();
} else } else{
t.handlers.trigger("asc_onError", c_oAscError.ID.Unknown, c_oAscError.Level.NoCritical); t.handlers.trigger("asc_onError", c_oAscError.ID.Unknown, c_oAscError.Level.NoCritical);
t.handlers.trigger("asc_onEndAction", c_oAscAsyncActionType.BlockInteraction, c_oAscAsyncAction.LoadImage); t.handlers.trigger("asc_onEndAction", c_oAscAsyncActionType.BlockInteraction, c_oAscAsyncAction.LoadImage);
}
} }
}; };
xhr.send(fd); xhr.send(fd);
......
...@@ -203,9 +203,10 @@ function asc_docs_api(name) ...@@ -203,9 +203,10 @@ function asc_docs_api(name)
frameWindow.document.write(content); frameWindow.document.write(content);
frameWindow.document.close(); frameWindow.document.close();
} }
else else{
oThis.asc_fireCallback("asc_onError",c_oAscError.ID.Unknown,c_oAscError.Level.NoCritical); oThis.asc_fireCallback("asc_onError",c_oAscError.ID.Unknown,c_oAscError.Level.NoCritical);
oThis.sync_EndAction(c_oAscAsyncActionType.BlockInteraction, c_oAscAsyncAction.UploadImage); oThis.sync_EndAction(c_oAscAsyncActionType.BlockInteraction, c_oAscAsyncAction.UploadImage);
}
} }
}; };
xhr.send(fd); xhr.send(fd);
......
...@@ -553,9 +553,10 @@ function asc_docs_api(name) ...@@ -553,9 +553,10 @@ function asc_docs_api(name)
frameWindow.document.write(content); frameWindow.document.write(content);
frameWindow.document.close(); frameWindow.document.close();
} }
else else{
oThis.asc_fireCallback("asc_onError",c_oAscError.ID.Unknown,c_oAscError.Level.NoCritical); oThis.asc_fireCallback("asc_onError",c_oAscError.ID.Unknown,c_oAscError.Level.NoCritical);
oThis.sync_EndAction(c_oAscAsyncActionType.BlockInteraction, c_oAscAsyncAction.UploadImage); oThis.sync_EndAction(c_oAscAsyncActionType.BlockInteraction, c_oAscAsyncAction.UploadImage);
}
} }
}; };
xhr.send(fd); xhr.send(fd);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment