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 --- type/Base.class.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'type/Base.class.php') diff --git a/type/Base.class.php b/type/Base.class.php index ee5050b..8d51121 100644 --- a/type/Base.class.php +++ b/type/Base.class.php @@ -225,9 +225,11 @@ class Type_Base { print ''; break; case 'canvas': + printf('', sha1(serialize($graphoptions))); foreach ($graphoptions as $d) { printf("\"%s\"\n", htmlentities($d)); } + print ''; break; case 'debug': case 1: -- cgit v1.1