Commit 7d0c2577 authored by Oleg.Korshul's avatar Oleg.Korshul

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@68396 954022d7-b5bf-4e40-9824-e11837661b57
parent e54bc0de
......@@ -95,35 +95,6 @@
_log += _br;
}
/*
for (var i in FT_Common)
{
if (true === FT_Common[i])
{
_log += _correct("_vec1.push_back(L\"FT_Common." + i + "\"); ");
_log += _correct("_vec2.push_back(L\"true\");");
_log += _br;
}
else if (false === FT_Common[i])
{
_log += _correct("_vec1.push_back(L\"FT_Common." + i + "\"); ");
_log += _correct("_vec2.push_back(L\"false\");");
_log += _br;
}
else
{
var tof = typeof FT_Common[i];
if (tof == "number")
{
_log += _correct("_vec1.push_back(L\"FT_Common." + i + "\"); ");
_log += _correct("_vec2.push_back(L\"" + FT_Common[i] + "\");");
_log += _br;
}
}
}
*/
document.getElementById("log").innerHTML = _log;
</script>
......
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