We should move away from things that call window.open() and creates a new window that is above Submitty (or a new tab) (example code that does it: https://github.com/Submitty/Submitty/blob/master/site/public/js/server.js#L1255-L1258) to just be plain HTML a tags with a target="_blank".
We should move away from things that call
window.open()and creates a new window that is above Submitty (or a new tab) (example code that does it: https://github.com/Submitty/Submitty/blob/master/site/public/js/server.js#L1255-L1258) to just be plain HTML a tags with atarget="_blank".