]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost-mobile/theme.php
Merge pull request #2441 from rabuzarus/0704_doxygen_forum
[friendica.git] / view / theme / frost-mobile / theme.php
index dd97045a6894ab8966a8a18254c80c1aff03f22b..29a990f7b8604c5bbbf3af20cd9c3d8e84710be4 100644 (file)
@@ -10,7 +10,6 @@
  */
 
 function frost_mobile_init(&$a) {
-       $a->theme_info = array();
        $a->sourcename = 'Friendica mobile web';
        $a->videowidth = 250;
        $a->videoheight = 200;
@@ -28,6 +27,6 @@ function frost_mobile_content_loaded(&$a) {
                $a->theme['stylesheet'] = $a->get_baseurl() . '/view/theme/frost-mobile/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>';
 
 }