]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost/theme.php
Adopted the changes to the other themes as well.
[friendica.git] / view / theme / frost / theme.php
index 3decb2a11857331562c4ffff312a5c54ea2cd46e..1093a04729c27be483097069bccd656044601849 100644 (file)
@@ -10,7 +10,6 @@
  */
 
 function frost_init(&$a) {
-       $a->theme_info = array();
        $a->videowidth = 400;
        $a->videoheight = 330;
        $a->theme_thread_allow = false;
@@ -26,7 +25,7 @@ function frost_content_loaded(&$a) {
                $a->theme['stylesheet'] = $a->get_baseurl() . '/view/theme/frost/login-style.css';
        }
        if( $a->module === 'login' )
-               $a->page['end'] .= '<script type="text/javascript"> $j(document).ready(function() { $j("#id_" + window.loginName).focus();} );</script>';
+               $a->page['end'] .= '<script type="text/javascript"> $(document).ready(function() { $("#id_" + window.loginName).focus();} );</script>';
 
 }