diff --git a/html/admin/index.html b/html/admin/index.html index bd5fe3649b..be838cd8cd 100644 --- a/html/admin/index.html +++ b/html/admin/index.html @@ -47,6 +47,7 @@ + @@ -396,10 +397,9 @@ / _` | '__/ _` | '_ \ / _` |/ _ \/ __| '_ \ | (_| | | | (_| | | | | (_| | (_) \__ \ | | | \__,_|_| \__,_|_| |_|\__, |\___/|___/_| |_| - |___/ + |___/ - Welcome to arangosh 0.5.1. Copyright (c) 2012 triAGENS GmbH. -

+ Welcome to arangosh 0.5.1. Copyright (c) 2012 triAGENS GmbH.

diff --git a/html/admin/js/master.js b/html/admin/js/master.js index 1a1beb9bc8..a473deae50 100644 --- a/html/admin/js/master.js +++ b/html/admin/js/master.js @@ -1268,6 +1268,9 @@ var logTable = $('#logTableID').dataTable({ if (this.id == "Configuration") { window.location.href = "#config"; } + if (this.id == "Documentation") { + return 0; + } if (this.id == "Query") { window.location.href = "#query"; }