make Region Editor display detection squares

fix-timelapse-in-addstorage
Moe 2023-01-09 08:07:21 -08:00
parent 0a45954a1b
commit e356c0ea24
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ $(document).ready(function(e){
}
var apiUrl = `${getApiPrefix(apiPoint)}/${monitorId}`
if(apiPoint === 'embed'){
apiUrl += `/fullscreen|jquery|relative?host=${location.pathname}`
apiUrl += `/fullscreen|jquery|gui|relative?host=${location.pathname}`
}else{
apiUrl += '/s.jpg'
}