1
0
Fork 0

changed a functions name

This commit is contained in:
Heiko Kernbach 2012-05-23 14:10:50 +02:00
parent 1819fca9bd
commit e9e3b678bb
1 changed files with 2 additions and 2 deletions

View File

@ -1179,7 +1179,7 @@ var logTable = $('#logTableID').dataTable({
var client = "arangodb:" + data; var client = "arangodb:" + data;
$('#avocshWindow').append('<b class="avocshClient">' + client + '</b>'); $('#avocshWindow').append('<b class="avocshClient">' + client + '</b>');
hansmann(data); evaloutput(data);
$("#avocshWindow").animate({scrollTop:$("#avocshWindow")[0].scrollHeight}, 1); $("#avocshWindow").animate({scrollTop:$("#avocshWindow")[0].scrollHeight}, 1);
$("#avocshContent").val(''); $("#avocshContent").val('');
return false; return false;
@ -2283,7 +2283,7 @@ function hideLogPagination() {
$('#logToolbarInfo').hide(); $('#logToolbarInfo').hide();
} }
function hansmann (data) { function evaloutput (data) {
try { try {
var server = eval(data); var server = eval(data);
if (server !== undefined) { if (server !== undefined) {