Skip to content

Commit

Permalink
Merge pull request #206 from alma/fix/MPP-529/fix-jquery-for-gpma
Browse files Browse the repository at this point in the history
Fix/mpp 529/fix jquery for gpma
  • Loading branch information
Benjamin-Freoua-Alma authored Aug 11, 2023
2 parents 3d3a452 + 1aebeec commit 86448c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alma/views/js/alma-inpage.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/

let inPage = undefined;
var $otherJqueryVersion = jQuery.noConflict(true) // stock in $otherJqueryVersion the oldest jquery version
var $otherJqueryVersion = jQuery.noConflict() // stock in $otherJqueryVersion the oldest jquery version

if(undefined === $) // case of there is only one js version
{
Expand Down

0 comments on commit 86448c1

Please sign in to comment.