diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-06-05 11:09:40 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-06-05 11:09:40 +0000 |
commit | 9a5338f565e600e618cc4546abbf18d30d942b3a (patch) | |
tree | e5eca4149e71ce3a204de2070cf78a9f9e0bfd6a /h-source/Config | |
parent | 310356e1c7777c0e421af7c744a44827c4869a5e (diff) |
improved the way deleted devices are managed
Diffstat (limited to 'h-source/Config')
-rw-r--r-- | h-source/Config/Route.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/h-source/Config/Route.php b/h-source/Config/Route.php index 336f37f..7725ec5 100644 --- a/h-source/Config/Route.php +++ b/h-source/Config/Route.php @@ -129,6 +129,8 @@ class Route 'history,viewall', 'history,pagehide', 'history,pageshow', + 'history,devicehide', + 'history,deviceshow', 'threegcards,catalogue', 'threegcards,view', 'threegcards,history', |