make Region Editor display detection squares
parent
0a45954a1b
commit
e356c0ea24
|
@ -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'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue