Commit 3d3c1535 authored by GoshaZotov's avatar GoshaZotov

delete unused

parent 95920608
...@@ -432,17 +432,15 @@ ...@@ -432,17 +432,15 @@
start_paste: function() start_paste: function()
{ {
this.pasteStart = true; this.pasteStart = true;
//console.log("pasteStart: " + this.pasteStart);
}, },
end_paste: function() end_paste: function()
{ {
this.pasteStart = false; this.pasteStart = false;
//console.log("pasteEnd: " + this.pasteStart);
if(this.specialPasteStart) if(this.specialPasteStart)
{ {
this.specialPasteStart = false; this.specialPasteStart = false;
//console.log("specialPasteEnd: " + this.specialPasteStart);
} }
if(this.bIsEndTransaction) if(this.bIsEndTransaction)
...@@ -457,7 +455,6 @@ ...@@ -457,7 +455,6 @@
start_specialpaste: function() start_specialpaste: function()
{ {
this.specialPasteStart = true; this.specialPasteStart = true;
//console.log("specialPasteStart: " + this.specialPasteStart);
} }
}; };
...@@ -729,7 +726,7 @@ ...@@ -729,7 +726,7 @@
return htmlInShape; return htmlInShape;
} }
else if(isSelectedImages && isSelectedImages != -1) else if(isSelectedImages && isSelectedImages != -1)//графические объекты
{ {
if(this.Api && this.Api.isChartEditor) if(this.Api && this.Api.isChartEditor)
return false; return false;
...@@ -907,15 +904,7 @@ ...@@ -907,15 +904,7 @@
span.title = hyperlink.Tooltip; span.title = hyperlink.Tooltip;
} }
if( val[i].sFormula )
{
span.textContent = val[i].text; span.textContent = val[i].text;
$(span).addClass("cellFrom_"+val[i].sId + "textFormula_" + "=" + val[i].sFormula);
}
else
{
span.textContent = val[i].text;
}
f = val[i].format; f = val[i].format;
var fn = f.getName(); var fn = f.getName();
......
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