diff options
author | friendica <info@friendica.com> | 2012-12-13 04:47:06 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-12-13 04:47:06 -0800 |
commit | c360565d0a52dc5e9cc679703191e20373792dde (patch) | |
tree | 33c80b21a3f93c8cbb11a6dac162b8f186f09835 /view/theme/redbasic | |
parent | 4e192b108d9ba3837ae881799b4376550a476ebf (diff) | |
download | volse-hubzilla-c360565d0a52dc5e9cc679703191e20373792dde.tar.gz volse-hubzilla-c360565d0a52dc5e9cc679703191e20373792dde.tar.bz2 volse-hubzilla-c360565d0a52dc5e9cc679703191e20373792dde.zip |
get rid of undefined $ error by mangling theme specific JS include order
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/php/theme.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/php/theme.php b/view/theme/redbasic/php/theme.php index 19e3db35f..47e1df5d1 100644 --- a/view/theme/redbasic/php/theme.php +++ b/view/theme/redbasic/php/theme.php @@ -1,5 +1,5 @@ <?php function redbasic_init(&$a) { - head_add_js('redbasic.js'); +// head_add_js('redbasic.js'); } |