Abuse report management UI

This commit is contained in:
2021-05-11 16:14:16 +02:00
parent c10749fcb1
commit 9be306a427
11 changed files with 455 additions and 5 deletions

View File

@@ -77,6 +77,7 @@ function Viewer(type, viewToken, data) {
}
this.embedWindow = new EmbedWindow(this)
this.abuseReportWindow = new AbuseReportWindow(this)
if (userAuthenticated && !this.file.can_edit) {
let btnGrab = document.getElementById("btn_grab")