Forum Discussion
e72747
10 years agoAdept
Not really what i was after but if anyone is interested in the quick work around i am using. Created a custom component with the following script.
<@liaAddScript>
;(function($) {
$(document).ready(function() {
$('a[href="URL TO LOOK UP"]').attr('href', 'URL TO CHANGE TO');
})
})(LITHIUM.jQuery);
</@liaAddScript>