[Pcsclite-git-commit] [website] 03/03: main.js: replace non-breaking space by space chracter

Ludovic Rousseau rousseau at moszumanska.debian.org
Thu Sep 28 18:18:23 UTC 2017


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

rousseau pushed a commit to branch master
in repository website.

commit 586772b162428bb58e925d90bcf061c13417307c
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Thu Sep 28 20:16:19 2017 +0200

    main.js: replace non-breaking space by space chracter
    
    ERROR: Irregular whitespace not allowed.
    [no-irregular-whitespace]whitespace} else if (typeof reader[field] === 'number') {
---
 select_readers/js/main.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/select_readers/js/main.js b/select_readers/js/main.js
index f1f0ae1..3601f09 100644
--- a/select_readers/js/main.js
+++ b/select_readers/js/main.js
@@ -249,7 +249,7 @@ function function_filter() {
                 }
             }
         /* if the reader value is an integer then we convert the user value */
-        } else if (typeof reader[field] === 'number') {
+        } else if (typeof reader[field] === 'number') {
             if (value.indexOf("0x") === 0) {
                 value = parseInt(value, 16);
             } else {

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