285
edits
Peter wood (talk | contribs) No edit summary |
Peter wood (talk | contribs) No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 17: | Line 17: | ||
function | mw.loader.using( ['mediawiki.util', 'jquery.client'], function() { | ||
$(document).ready(function() { | |||
$("#mw-Mycanvas2").click(function() { | |||
if ($(this).attr("src").includes("TopSide")) { | |||
$(this).attr("src", "https://simplywoodgrading.com/mediawiki/images/a/ab/20mmSoundKnot_ReededSide.jpg?20230319101142"); | |||
} else { | |||
} | $(this).attr("src", "https://simplywoodgrading.com/mediawiki/images/e/ea/20mmSoundKnot_TopSide.jpg?20230319084600"); | ||
} | } | ||
}); | |||
}); | |||
}); | |||