aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/testbubble/theme.php
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/testbubble/theme.php')
-rw-r--r--view/theme/testbubble/theme.php18
1 files changed, 0 insertions, 18 deletions
diff --git a/view/theme/testbubble/theme.php b/view/theme/testbubble/theme.php
deleted file mode 100644
index 591d9e066..000000000
--- a/view/theme/testbubble/theme.php
+++ /dev/null
@@ -1,18 +0,0 @@
-<?php
-
-/*
- * Name: Test Bubble
- * Version: 1.1
- * Author: Anne Walk
- * Author: Devlon Duthied
- * Maintainer: Mike Macgirvin <mike@macgirvin.com>
- */
-
-$a->page['htmlhead'] .= <<< EOT
-<script>
-$(document).ready(function() {
-
-$('html').click(function() { $("#nav-notifications-menu" ).hide(); });
-});
-</script>
-EOT;