]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost-mobile/theme.php
eliminate Cropper conflicts with jQuery
[friendica.git] / view / theme / frost-mobile / theme.php
index dd97045a6894ab8966a8a18254c80c1aff03f22b..beec9249348c70e15d43351bffc77cb32f019b60 100644 (file)
@@ -28,6 +28,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>';
 
 }