Perfect, thank you
PS Had not realised there is a modal for each item! added this to the script to change modal title.
document.getElementsByTagName('h2').forEach(function(e){
e.innerHTML='Remove from dashboard';
});
Perfect, thank you
PS Had not realised there is a modal for each item! added this to the script to change modal title.
document.getElementsByTagName('h2').forEach(function(e){
e.innerHTML='Remove from dashboard';
});