|
@@ -48,18 +48,13 @@ function removeCollapseValue (command) {
|
|
|
|
|
|
|
|
|
function getAnswer () {
|
|
|
-
|
|
|
- if (window.program_obj) {
|
|
|
- for (var i = 0; i < window.program_obj.functions.length; i++) {
|
|
|
- for (var j = 0; j < window.program_obj.functions[i].commands.length; j++) {
|
|
|
- removeCollapseValue(window.program_obj.functions[i].commands[j]);
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
|
|
|
|
|
|
if (iLMparameters.iLM_PARAM_SendAnswer == 'false') {
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
var contentToSend = previousContent.split("\n::algorithm::")[0];
|
|
|
contentToSend += '\n::algorithm::';
|
|
|
|