Quick feedback: https://anymod.com/mod/albdkd/js and https://anymod.com/mod/albdkd are using SLIM JQUERY. This has caused severe trouble for me, as I am already using a full jQuery library. The slim.jquery still loaded additionally. That again caused me to be confronted with an issue regarding
jQuery('html,body').animate({scrollTop:0},0);
due to the fact that animate cannot be run if the slim Version is loaded. More importantly TWO jQuery libaries just should not be loaded. Does Anymod have any method in place to ensure slim.jQuery will not get loaded if the page itself does already load a jQuery libary? Is there a best practices method for me to circumvent such issues in the future?