- From: Robin Berjon via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 11 Feb 2010 16:17:37 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/docs/lrest In directory hutz:/tmp/cvs-serv15161 Modified Files: gallery-lrest.html gallery-lrest.js Log Message: small edit Index: gallery-lrest.html =================================================================== RCS file: /sources/public/2009/dap/docs/lrest/gallery-lrest.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- gallery-lrest.html 11 Feb 2010 16:15:52 -0000 1.2 +++ gallery-lrest.html 11 Feb 2010 16:17:35 -0000 1.3 @@ -31,7 +31,7 @@ <pre id='log'></pre> <div id='infauxbox' style='display: none; position: fixed; top: 0; left: 0; width: 100%; background: #000; color: #fff; font-size: 0.8em;'> <p style='float: left; padding: 0; margin: 10px 0 10px 10px'> - This application wants to access <span id='access' style='font-weight: bold;'></span>. + This application wants to access your super-personal gallery: <span id='access' style='font-weight: bold;'></span>. <span style='font-style: italic; text-decoration: underline'>Dude, I'm lost. WTF?</span> </p> <div style='float: right; padding: 0; margin: 5px 10px 5px 0'> Index: gallery-lrest.js =================================================================== RCS file: /sources/public/2009/dap/docs/lrest/gallery-lrest.js,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- gallery-lrest.js 11 Feb 2010 16:15:52 -0000 1.2 +++ gallery-lrest.js 11 Feb 2010 16:17:35 -0000 1.3 @@ -38,7 +38,7 @@ // show the infauxbox var $ifb = $("#infauxbox"); var r = $("#remember")[0]; - $("#access").text("your super-personal gallery: " + name); + $("#access").text(name); var obj = this; $("#share").click(function () { $("#share, #no-share").unbind("click");
Received on Thursday, 11 February 2010 16:17:38 UTC