mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-16 02:24:34 -04:00
Fix: Show control buttons on hover only on the displayed stream (montage.js)
This will avoid unnecessary display of buttons when hovering over the "Monitor status" line if it is displayed "Outside bottom"
This commit is contained in:
@@ -687,7 +687,7 @@ function initPage() {
|
||||
// $j('#zmMontageLayout').val(getCookie('zmMontageLayout'));
|
||||
//}
|
||||
|
||||
$j(".grid-monitor").hover(
|
||||
$j(".monitorStream").hover(
|
||||
//Displaying "Scale" and other buttons at the top of the monitor image
|
||||
function() {
|
||||
const id = stringToNumber(this.id);
|
||||
|
||||
Reference in New Issue
Block a user