https://bugs.contribs.org/show_bug.cgi?id=11226
--- Comment #9 from Brian Read <[email protected]> ---
Thsi is the code that produces the error
(/usr/share/zoneminder/www/js/mootools.ext.js)
/*
* MooTools Extension script to support custom extensions to mootools
*/
var zmMooToolsVersion = '1.3.2';
/*
* Firstly, lets check that mootools has been included and thus is present
*/
if ( typeof(MooTools) == "undefined" ) {
alert( "MooTools not found! Please check that it was installed correctly in
ZoneMinder web root." );
} else {
/* Version check */
if ( MooTools.version < zmMooToolsVersion ) {
alert( "MooTools version "+MooTools.version+" found.\nVersion
"+zmMooToolsVersion+" required, please check that it was installed correctly in
ZoneMinder web root." );
}
}
~
--
You are receiving this mail because:
You are the QA Contact for the bug._______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/