]> git.koha-community.org Git - koha.git/commit
Bug 11878 - Eliminate use of deprecated jQuery .toggle() method usage
authorOwen Leonard <oleonard@myacpl.org>
Tue, 4 Mar 2014 13:19:57 +0000 (08:19 -0500)
committerFridolin Somers <fridolin.somers@biblibre.com>
Wed, 18 Jun 2014 15:38:13 +0000 (17:38 +0200)
commit9ec8efe6b9f52369389b14567441d7a91499d92e
treec8068630c5558ed2f05d444380ac161cf7fea8a9
parenta82eebc4a72e650627114945f6e15a31cc518161
Bug 11878 - Eliminate use of deprecated jQuery .toggle() method usage

jQuery's .toggle() method can no longer be used to trigger a pair of
specified functions. .toggle() can only be used to change the visibility
of an element. This patch fixes a few places in Koha where the
deprecated functionality was used.

To test, apply the patch and clear your browser cache.

- View the system preferences page in the staff client. Clicking a
  heading ("Appearance" under OPAC preferences, for instance) should
  collapse that section. Clicking again should expand it.

- View the MARC detail page for a record in the OPAC. Clicking the "view
  plain" link should display the plain MARC view. Clicking the "view
  labeled" view should return to the original view. Test in both prog
  and bootstrap themes.

Signed-off-by: wajasu <matted-34813@mypacks.net>
Followed test plan. Works fine.
Signed-off-by: Marc VĂ©ron <veron@veron.ch>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Passes all tests and QA script, works as described.
No Javascript errors found.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit 06026a7e297c8537c7a4a7cb9c7720b482f26eba)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
koha-tmpl/intranet-tmpl/prog/en/js/pages/preferences.js
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-MARCdetail.tt
koha-tmpl/opac-tmpl/prog/en/modules/opac-MARCdetail.tt