]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost/theme.php
eliminate Cropper conflicts with jQuery
[friendica.git] / view / theme / frost / theme.php
index 3decb2a11857331562c4ffff312a5c54ea2cd46e..868a840dee0ed93a6f774f7074fb34bffa66f742 100644 (file)
@@ -26,7 +26,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>';
 
 }