Commit f173fb9e authored by Boris Kocherov's avatar Boris Kocherov

cubefunctions: fix compatibility with develop branch

parent 0b56f3b0
......@@ -271,7 +271,7 @@
function cellForge(cell) {
if (cell) {
if (cell.oValue.type === cElementType.error) {
if (cell.type === cElementType.error) {
// debugger;
throw "referenced cell contain error";
}
......@@ -614,8 +614,6 @@
new_member = level[member.level_index + offset.offsetCol + offset.offsetRow];
if (new_member) {
elem.value = new_member.uname;
} else {
elem.value = "";
}
}
}
......
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