1988
FOCS discovers illegal logging road in Sulphur Pass; 35 arrested during summer-long blockade. Road is stopped, thus allowing large Megin Valley wilderness to remain intact (Megin and adjacent intact valleys were designated provincial park in 1993). FOCS is first to call for an end to clearcutting and initiates a local
function copyTextareaBtn() {
var copyTextarea = document.querySelector('.copyArea');
copyTextarea.focus();
copyTextarea.select();
try {
var successful = document.execCommand('copy');
var msg = successful ? 'successful' : 'unsuccessful';
console.log('Copying text command was ' + msg);
} catch (err) {
console.log('Unable to copy');
}
}
Share this: