Skip to content
Snippets Groups Projects
Commit 5aa1e0c3 authored by Michael Sieber's avatar Michael Sieber
Browse files

Methode umbenannt in openFile

parent dbf54f8f
No related branches found
No related tags found
No related merge requests found
......@@ -64,9 +64,9 @@ DocumentUtil.openSelectedDocument = function(pAssignmentName)
if(binaryContents.length == 1)
{
if(pAssignmentName == "ERRORLOG")
neon.open(binaryContents[0], rows[0]["NAME"] + ".txt", rows[0]["TYPE"], false);
neon.openFile(binaryContents[0], rows[0]["NAME"] + ".txt", rows[0]["TYPE"], false);
else
neon.open(binaryContents[0], rows[0]["NAME"], rows[0]["TYPE"], false);
neon.openFile(binaryContents[0], rows[0]["NAME"], rows[0]["TYPE"], false);
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment