]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost-mobile/js/main.js
update to v4.0.0; point to local host of SWF
[friendica.git] / view / theme / frost-mobile / js / main.js
index dae0e42bbce0ed901be6e1332f8b5604d4d50c44..f486eaf518f65aca5a080787692ade0c94c69dcd 100644 (file)
                        $j(".comment-edit-form  textarea").contact_autocomplete(baseurl+"/acl");
 
                        // setup videos, since VideoJS won't take care of any loaded via AJAX
-                       if(typeof _V_ != 'undefined') _V_.autoSetup();
+                       if(typeof videojs != 'undefined') videojs.autoSetup();
                });
        }