Bug 25363: Merge common.js with staff-global.js
authorOwen Leonard <oleonard@myacpl.org>
Mon, 4 May 2020 12:36:57 +0000 (12:36 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 15 Jun 2020 09:53:36 +0000 (11:53 +0200)
commit814a7ecf47b087a60b35bca6a4d23deeb596a0e8
tree1fbf23ed0aef11ac112615d0acc472b7c4f4ff3c
parent953a53d9d6bffbad9303532c113f50864a03a0ae
Bug 25363: Merge common.js with staff-global.js

This patch merges the contents of common.js with staff-global.js. Both
are included globally in the staff interface, and there doesn't seem to
be any reason to require that the user downloads two different
JavaScript files.

To test, apply the patch and perform a catalog search in the staff
client.

View the detail page for a title in the search results. On the detail
page you should see navigation controls in the sidebar for browsing
through search results. Confirm they work correctly.

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc
koha-tmpl/intranet-tmpl/prog/js/commons.js [deleted file]
koha-tmpl/intranet-tmpl/prog/js/staff-global.js