54
edits
Changes
Created page with "→Any JavaScript here will be loaded for users using the mobile site: jQuery(function($) { $("a.image").css({"pointer-events": "auto"}); });"
/* Any JavaScript here will be loaded for users using the mobile site */
jQuery(function($) {
$("a.image").css({"pointer-events": "auto"});
});
jQuery(function($) {
$("a.image").css({"pointer-events": "auto"});
});