diff options
author | friendica <info@friendica.com> | 2012-07-09 22:48:51 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-09 22:48:51 -0700 |
commit | 5355193b6342910ec69ec172846027ac9353d2b3 (patch) | |
tree | 9ebe1cfea820b8ce73756f78cd6b2361a349bb4f /view/theme/testbubble/theme.php | |
parent | 4b066e04f619c2c6f8d383daee9ceab49f39acdc (diff) | |
download | volse-hubzilla-5355193b6342910ec69ec172846027ac9353d2b3.tar.gz volse-hubzilla-5355193b6342910ec69ec172846027ac9353d2b3.tar.bz2 volse-hubzilla-5355193b6342910ec69ec172846027ac9353d2b3.zip |
theme cleanup
Diffstat (limited to 'view/theme/testbubble/theme.php')
-rw-r--r-- | view/theme/testbubble/theme.php | 18 |
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; |