Commit 8561f10e authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

delete unused code

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@64202 954022d7-b5bf-4e40-9824-e11837661b57
parent 155d5f3c
...@@ -3087,7 +3087,6 @@ asc_docs_api.prototype.AddImage = function(){ ...@@ -3087,7 +3087,6 @@ asc_docs_api.prototype.AddImage = function(){
var bNeedSubmit = true; var bNeedSubmit = true;
if(e && e.target && e.target.files) if(e && e.target && e.target.files)
{ {
var file = e.target.files[0];
var nError = ValidateUploadImage(e.target.files); var nError = ValidateUploadImage(e.target.files);
if(c_oAscServerError.NoError != nError) if(c_oAscServerError.NoError != nError)
{ {
......
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