[Pcsclite-git-commit] [website] 01/03: main.js: fix comments

Ludovic Rousseau rousseau at moszumanska.debian.org
Sun Jun 26 09:05:36 UTC 2016


This is an automated email from the git hooks/post-receive script.

rousseau pushed a commit to branch master
in repository website.

commit d7eb749ae35bb18f9d8994d7077e830c9b2f747d
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Wed Jun 22 23:13:35 2016 +0200

    main.js: fix comments
---
 select_readers/js/main.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/select_readers/js/main.js b/select_readers/js/main.js
index 197043a..8f57c60 100644
--- a/select_readers/js/main.js
+++ b/select_readers/js/main.js
@@ -51,6 +51,7 @@ var Readers_dwFeatures = [
     ["USB Wake up signaling supported on card insertion and removal", 0x100000, 0x100000]];
 
 
+// Generate the URL of the given reader
 function reader_url(reader) {
     "use strict";
 
@@ -115,7 +116,7 @@ function update_list() {
     $("#nb_readers").html(txt);
 }
 
-// Teste si il lecteur correspond aux filtres
+// Teste si le lecteur correspond aux filtres
 function match(filters, reader) {
     "use strict";
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/website.git



More information about the Pcsclite-cvs-commit mailing list