1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut-pastebin synced 2025-06-07 22:26:01 -04:00

Merge branch 'master' of github.com:perlbot/perlbuut-pastebin

This commit is contained in:
Ryan Voots 2017-09-02 16:00:13 -04:00
commit 9c0f113b62

View file

@ -289,8 +289,9 @@
outputarr = [data.evalout[keys[0]]]; outputarr = [data.evalout[keys[0]]];
} }
console.log("outputarr", outputarr); console.log("outputarr", outputarr);
console.log(outputarr.join("\n"));
$('#eval').text(Array.join(outputarr, "\n")); $('#eval').text(outputarr.join("\n"));
} }
}); });
}); });