[Koha-bugs] [Bug 35194] Javascript error: Uncaught TypeError: $(...).sortable is not a function

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 9 11:42:57 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35194

--- Comment #6 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
22.11 grep gives me more results:

 git grep "sortable("
koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt:     
      $("#subfieldtabs > ul").sortable({
koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt:        $(
"ul.sortable_field", "#authoritytabs" ).sortable();
koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt:        $(
"ul.sortable_subfield", "#authoritytabs" ).sortable();
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt:        $(
"ul.sortable_field", "#addbibliotabs" ).sortable({
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt:        $(
"ul.sortable_subfield", "#addbibliotabs" ).sortable({
koha-tmpl/intranet-tmpl/prog/js/marc_subfields_structure.js:   
$("#subfieldtabs > ul").sortable({
koha-tmpl/intranet-tmpl/prog/js/pages/preferences.js:   
$(".sortable").sortable();
koha-tmpl/intranet-tmpl/prog/js/pages/stockrotation.js:   
$('#sortable_stages').sortable({
koha-tmpl/intranet-tmpl/prog/js/pages/stockrotation.js:           
$('#sortable_stages').sortable('disable');
koha-tmpl/intranet-tmpl/prog/js/pages/stockrotation.js:               
$('#sortable_stages').sortable('cancel');
koha-tmpl/intranet-tmpl/prog/js/pages/stockrotation.js:               
$('#sortable_stages').sortable('enable');

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list