summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorSimon Rettberg2019-04-01 17:38:04 +0200
committerSimon Rettberg2019-04-01 18:15:42 +0200
commita1443c8057541bf5589f9fd830e8a76565fd6127 (patch)
tree22d6f76b3c3c8460bb9a26f37713845446ee417a /index.php
parent[serversetup-bwlp-ipxe] imgfree on localboot (diff)
downloadslx-admin-a1443c8057541bf5589f9fd830e8a76565fd6127.tar.gz
slx-admin-a1443c8057541bf5589f9fd830e8a76565fd6127.tar.xz
slx-admin-a1443c8057541bf5589f9fd830e8a76565fd6127.zip
[main] Incorporate taskmanager callbacks into slx-fixes.js
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/index.php b/index.php
index 1ecd2109..1b3eaaec 100644
--- a/index.php
+++ b/index.php
@@ -232,7 +232,5 @@ if (CONFIG_DEBUG) {
. round(Database::getQueryTime(), 3) . 's query time total'), 'main');
}
-Render::addTemplate('tm-callback-trigger', array(), 'main');
-
// Send page to client.
Render::output();