Project

General

Profile

bug #9463

Updated by Andreas Kohlbecker about 3 years ago

When taxon pages are configured tab-less the image-viwer (Universalviewer - UV) is shown together with maps on the same page. 

 The UV loads jQuery version 3.* which is brought with /uv/lib/offline.js this version becomes global and conflicts with the Drual jQuery version of 1.4.* 

 **locally*** 

 http://edit.test/d7/caryophyllales/cdm_dataportal/taxon/806b5aaf-1e8b-4da1-ae8d-08b1ab9736be/specimens 

 **edit-production** 

 http://caryophyllales.org/caryophyllales_spp/cdm_dataportal/taxon/806b5aaf-1e8b-4da1-ae8d-08b1ab9736be/specimens 


 Relevant literature: 

 * https://stackoverflow.com/questions/1566595/can-i-use-multiple-versions-of-jquery-on-the-same-page 
 * https://api.jquery.com/jQuery.noConflict/#jQuery-noConflict-removeAll

Back