FPS/State Missing in Montage on ZM 1.24.3

Forum for questions and support relating to the 1.24.x releases only.
Locked
Dreded
Posts: 26
Joined: Fri Dec 03, 2010 1:33 am

FPS/State Missing in Montage on ZM 1.24.3

Post by Dreded »

Well as the title says.. I just installed Zoneminder 1.24.3 to test it out and noticed the montage view doesnt show FPS or state.. after a few hours trying to track down why, I figured id ask the wonderful intelligence that is the forum :p

also the Layout CSS isnt persistent... it shows the correct layout that it grabs from the cookie but until a different layout is selected and then switched back it shows the default layout
nik0s
Posts: 2
Joined: Mon Dec 06, 2010 10:59 pm

Post by nik0s »

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
nik0s
Posts: 2
Joined: Mon Dec 06, 2010 10:59 pm

Post by nik0s »

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.
Locked