[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.05-56-g8232e315ad

Git repo owner gitmaster at git.koha-community.org
Fri Nov 13 23:02:48 CET 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 20.05.x has been updated
       via  8232e315ad9b08a33e0f7b0a5a5c06a5a00f823d (commit)
      from  e7c500439c323fb2bee3d5f1a4ec848bdf600cbf (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8232e315ad9b08a33e0f7b0a5a5c06a5a00f823d
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Oct 19 18:32:18 2020 +0000

    Bug 25353: Correct eslint errors in additems.js
    
    This patch makes minor changes to additem.js to correct errors
    highlighted by eslint:
    
    - Consistent indentation
    - Notation of global and exported variables and functions
    - Consistent use of the "var" declaration for all new variables
    - Remove variables from function calls which aren't used
    
    To test, apply the patch and use your preferred eslint-enabled tool to
    check for errors. There should be none.
    
    If you don't have eslint integrated in your development environment you
    could use the online ESLint demo at https://eslint.org/demo.
    
    The demo isn't configured to assume a browser environment with jQuery
    present, so you'll have to modify the top line after pasting the
    contents of additem.js:
    
    /* global $ alert window __ */
    
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit ebe08fb745b04899404bed5ceb00c891a518e89c)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

-----------------------------------------------------------------------

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/js/additem.js | 52 +++++++++++++++---------------
 1 file changed, 26 insertions(+), 26 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list