get rid of undefined $ error by mangling theme specific JS include order

This commit is contained in:
friendica
2012-12-13 04:47:06 -08:00
parent 4e192b108d
commit c360565d0a
4 changed files with 22 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
<?php
function redbasic_init(&$a) {
head_add_js('redbasic.js');
// head_add_js('redbasic.js');
}