From 54d812ec791de4b36d45cdcb853d01dc72d78669 Mon Sep 17 00:00:00 2001 From: Marcel Korpel Date: Tue, 21 Jul 2015 22:53:57 +0200 Subject: pkg_comments.php: Add JavaScript function to edit comments Signed-off-by: Marcel Korpel Signed-off-by: Lukas Fleischer --- web/html/index.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'web/html/index.php') diff --git a/web/html/index.php b/web/html/index.php index 175a533f..7068d763 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -160,6 +160,10 @@ if (!empty($tokens[1]) && '/' . $tokens[1] == get_pkg_route()) { header("Content-Type: text/css"); readfile("./$path"); break; + case "/images/ajax-loader.gif": + header("Content-Type: image/gif"); + readfile("./$path"); + break; case "/css/archnavbar/archlogo.gif": case "/images/new.png": header("Content-Type: image/png"); -- cgit v1.2.3-24-g4f1b