Update info page.

This commit is contained in:
Lars Jung 2014-07-02 22:15:57 +02:00
parent ccd98fb113
commit b5e6f9b860
3 changed files with 58 additions and 70 deletions

View file

@ -153,10 +153,6 @@ modulejs.define('info', ['$', 'config'], function ($, config) {
init = function () {
$('<span class="idx-file">Index: <code class="value"></code></span>')
.appendTo('body')
.find('.value').text(setup.INDEX_HREF);
if (setup.AS_ADMIN) {
addTests();
}