From ab2bcff2d4bba317317e9e8fae071c840add63c7 Mon Sep 17 00:00:00 2001
From: Peter Wu
Date: Sun, 14 Dec 2014 01:07:14 +0100
Subject: Revert "make detail page accessible when using "canvas" graph_type"
This reverts commit 82d88098f4203cf7402d4faf5ad100cada70efaf.
Breaks async rendering, see
https://github.com/pommi/CGP/issues/106#issuecomment-66896905
---
detail.php | 2 --
1 file changed, 2 deletions(-)
(limited to 'detail.php')
diff --git a/detail.php b/detail.php
index 270a935..777294b 100644
--- a/detail.php
+++ b/detail.php
@@ -55,9 +55,7 @@ print "\n";
if ($CONFIG['graph_type'] == 'canvas') {
chdir($CONFIG['webdir']);
- printf('';
} else {
printf("
\n",
htmlentities($CONFIG['weburl']),
--
cgit v1.1