]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/decaf-mobile/theme.php
Merge branch 'develop' of https://github.com/friendica/friendica into develop
[friendica.git] / view / theme / decaf-mobile / theme.php
index a525c4b77e82782f917ee6f88d1c85bef5cbfaf2..9b1c1daa619f6284f628f5e577ed68395e1c5804 100644 (file)
@@ -10,7 +10,6 @@
  */
 
 function decaf_mobile_init(&$a) {
-       $a->theme_info = array();
        $a->sourcename = 'Friendica mobile web';
        $a->videowidth = 250;
        $a->videoheight = 200;
@@ -28,6 +27,6 @@ function decaf_mobile_content_loaded(&$a) {
                $a->theme['stylesheet'] = $a->get_baseurl() . '/view/theme/decaf-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>';
 
 }