Koha/koha-tmpl/opac-tmpl/ccsr/en/js
Galen Charlton 6c1da551ea bug 9401: remove direct reads of CGISESSID cookie by JavaScript
Having embedded JavaScript read the session cookie directly
is unnecessary and prevents the CGISESSID cookie being marked
httpOnly as a security measure.  The only Koha JS attempting
this was the AJAX tags code.

To test:

- In general, verify that there are no regression withs
  adding tags in the OPAC or reviewing them in the staff interface.
- In specific, for the OPAC
  - log into the OPAC
  - retrieve a bib record
  - add a tag
  - refresh the bib details page to verify that the
    tag was added
  - make sure the TagsInputOnList syspref is on
  - perform a search
  - add a tag to more than one record from the search results page
  - repeat the preceding using the CCSR theme
- And in the staff interface
  - Go to the review tags tool
  - Reject a tag
  - Refresh to verify that the tag was rejected

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
2013-02-01 11:05:35 -05:00
..
amazonimages.js Bug 8597: Add CSS, JS, and images to ccsr theme 2012-09-18 13:41:51 +02:00
bakertaylorimages.js Bug 8597: Add CSS, JS, and images to ccsr theme 2012-09-18 13:41:51 +02:00
basket.js Bug 7368: Removing occurrences of dependant= feature in javascript open calls 2012-11-20 07:23:03 -05:00
datatables.js Bug 8597: Add CSS, JS, and images to ccsr theme 2012-09-18 13:41:51 +02:00
google-jackets.js Bug 7657 - Google and OpenLibrary image conflict 2013-01-15 21:51:51 -05:00
googleindictransliteration.js Bug 8597: Add CSS, JS, and images to ccsr theme 2012-09-18 13:41:51 +02:00
localcovers.js Bug 8597: Add CSS, JS, and images to ccsr theme 2012-09-18 13:41:51 +02:00
openlibrary.js Bug 7657 - Google and OpenLibrary image conflict 2013-01-15 21:51:51 -05:00
script.js
tags.js bug 9401: remove direct reads of CGISESSID cookie by JavaScript 2013-02-01 11:05:35 -05:00