1
0
Fork 0

prompt style

This commit is contained in:
Heiko Kernbach 2012-05-23 14:15:04 +02:00
parent e9e3b678bb
commit 6347afffdd
1 changed files with 1 additions and 1 deletions

View File

@ -1176,7 +1176,7 @@ var logTable = $('#logTableID').dataTable({
$('#submitAvoc').live('click', function () {
var data = $('#avocshContent').val();
var client = "arangodb:" + data;
var client = "arangosh> " + data;
$('#avocshWindow').append('<b class="avocshClient">' + client + '</b>');
evaloutput(data);