Search found 2 matches

by nik0s
Tue Dec 07, 2010 3:51 pm
Forum: ZoneMinder 1.24.x
Topic: FPS/State Missing in Montage on ZM 1.24.3
Replies: 2
Views: 2002

adding an object check in javascript seems to fix the montage layout

line 4417 in tools/mootols/mootools-more.js

add:

if (req==undefined) return this;

I have no idea if returning "this" breaks any kind of code contracts later on in the chain but at least montage works.
by nik0s
Mon Dec 06, 2010 11:06 pm
Forum: ZoneMinder 1.24.x
Topic: FPS/State Missing in Montage on ZM 1.24.3
Replies: 2
Views: 2002

I can confirm this issue. The fps missing is not much of a deal but the montage not getting its layout straight is pretty big