]> git.mxchange.org Git - friendica.git/blobdiff - js/main.js
update to v4.0.0; point to local host of SWF
[friendica.git] / js / main.js
index 7ad2b7e648f37e71ba20e6c751a448ddc8548fa9..a4a1c977cab9c799974ab26dfcffa56df0584617 100644 (file)
                        $(".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();
                });
        }