update to v4.0.0; point to local host of SWF

This commit is contained in:
Zach Prezkuta 2013-05-11 10:49:54 -06:00
parent 3ce41a78b4
commit 35358baac9
26 changed files with 6837 additions and 4949 deletions

View file

@ -387,7 +387,7 @@
$(".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();
});
}