Remove single line comment
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
@@ -60,7 +60,6 @@ function openReportWindow(e, postElement) {
|
|||||||
if (window.top.reportWindow) {
|
if (window.top.reportWindow) {
|
||||||
window.top.reportWindow.close();
|
window.top.reportWindow.close();
|
||||||
}
|
}
|
||||||
//let postId = sender.parentElement.getAttribute("id").substring(1);
|
|
||||||
let reportUrl = $(postElement).attr("data-report-url");
|
let reportUrl = $(postElement).attr("data-report-url");
|
||||||
window.reportWindow = new WinBox("New Report", {
|
window.reportWindow = new WinBox("New Report", {
|
||||||
url: reportUrl,
|
url: reportUrl,
|
||||||
|
|||||||
Reference in New Issue
Block a user