- From: Robin Berjon via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 17 Mar 2010 15:07:33 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/camera In directory hutz:/tmp/cvs-serv23347 Modified Files: Overview.html Log Message: -m Index: Overview.html =================================================================== RCS file: /sources/public/2009/dap/camera/Overview.html,v retrieving revision 1.47 retrieving revision 1.48 diff -u -d -r1.47 -r1.48 --- Overview.html 17 Mar 2010 10:36:32 -0000 1.47 +++ Overview.html 17 Mar 2010 15:07:31 -0000 1.48 @@ -342,7 +342,7 @@ var inp = document.createElement("input"); inp.type = "file"; inp.accept = "video/*"; - inp.onchange = setupVideo(this.files[0]); + inp.onchange = function () { setupVideo(this.files[0]); }; // this is only possible in trusted environments // the click event cannot be synthetized by default inp.click();
Received on Wednesday, 17 March 2010 15:07:35 UTC