[Pcsclite-git-commit] [website] 02/02: Reader selection: add JS comment

Ludovic Rousseau rousseau at moszumanska.debian.org
Thu Sep 24 15:36:45 UTC 2015


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

rousseau pushed a commit to branch master
in repository website.

commit e6404d5caaaaff9231ac58494958a99d66142359
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Thu Sep 24 17:36:18 2015 +0200

    Reader selection: add JS comment
---
 select_readers/js/main.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/select_readers/js/main.js b/select_readers/js/main.js
index 1724cff..4864e89 100644
--- a/select_readers/js/main.js
+++ b/select_readers/js/main.js
@@ -112,6 +112,7 @@ function match(filters, reader) {
         case "=":
             if ('features' == field)
             {
+                // feature not present?
                 if (reader[field].indexOf(value) == -1) {
                     return false;
                 }

-- 
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