Remove single line comment

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2022-06-23 23:01:05 -07:00
parent 024f0c1290
commit 1f994dca3e

View File

@@ -60,7 +60,6 @@ function openReportWindow(e, postElement) {
if (window.top.reportWindow) {
window.top.reportWindow.close();
}
//let postId = sender.parentElement.getAttribute("id").substring(1);
let reportUrl = $(postElement).attr("data-report-url");
window.reportWindow = new WinBox("New Report", {
url: reportUrl,