31.10.2024, 12:33
(30.10.2024, 15:41)admin Wrote: See this: https://forum.logicmachine.net/showthrea...6#pid11806
$(function() {
$('.link').off('vclick').on('vclick', function() {
window.open('http://openrb.com');
});
});
That's fine, but I need to pass the URL from a key in storage... is it possible?