This commit is contained in:
Ross
2024-02-15 22:17:28 +00:00
parent fb7074475a
commit 7c6af8df89
+7 -7
View File
@@ -101,13 +101,13 @@
} else {
$('#current-case-series').text("Series: " + $(this).data('series'));
}
bc.postMessage({"type": "open", "url" : url});
//if (win2 == false || win2.closed) {
// win2 = openSecondaryWindow(url);
// console.log('opened', win2)
//} else {
// win2.location.href = url
//}
//bc.postMessage({"type": "open", "url" : url});
if (win2 == false || win2.closed) {
win2 = openSecondaryWindow(url);
console.log('opened', win2)
} else {
win2.location.href = url
}
//win2 = openSecondaryWindow(url);
})
$('.send-message').click(function() {