- From: Robin Berjon via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 06 Apr 2011 12:31:47 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/contacts In directory hutz:/tmp/cvs-serv30655/contacts Modified Files: Overview.html Log Message: reindent Index: Overview.html =================================================================== RCS file: /sources/public/2009/dap/contacts/Overview.html,v retrieving revision 1.116 retrieving revision 1.117 diff -u -d -r1.116 -r1.117 --- Overview.html 30 Mar 2011 16:33:24 -0000 1.116 +++ Overview.html 6 Apr 2011 12:31:45 -0000 1.117 @@ -1,2030 +1,2019 @@ <!DOCTYPE html> <html> <head> - <title> - Contacts API - </title> - <meta - http-equiv='Content-Type' - content='text/html;charset=utf-8'> -<script - type="text/javascript" [...3432 lines suppressed...] -</script> -</pre> - </div> - - </section> - - <p> - - </p> + // assign vCard Blob URL to an anchor element for presentation and download by the user + document.getElementById('vcard').href = contactBlobURL; + </script> + </pre> + </div> + </section> </section> - </body> </html> -
Received on Wednesday, 6 April 2011 12:31:52 UTC