diff options
author | Simon Rettberg | 2019-04-01 17:38:04 +0200 |
---|---|---|
committer | Simon Rettberg | 2019-04-01 18:15:42 +0200 |
commit | a1443c8057541bf5589f9fd830e8a76565fd6127 (patch) | |
tree | 22d6f76b3c3c8460bb9a26f37713845446ee417a /index.php | |
parent | [serversetup-bwlp-ipxe] imgfree on localboot (diff) | |
download | slx-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.php | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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(); |