VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: worknmn on April 21, 2015, 17:54:39 PM

Title: Joomla 3.4.1 + Virtuemart 3.0.6 and 3.0.8 keepAlive and extantion toomanyfiles
Post by: worknmn on April 21, 2015, 17:54:39 PM
Hello.

Problem in added js code:
vmJsApi::addJScript('keepAliveTime','var sessMin = '.$refTime.';var vmAliveUrl = "'.$url.'";var maxlps = "'.$maxlps.'";var minlps = "'.$minlps.'"',false,true);
It should be ( last ; ) :
vmJsApi::addJScript('keepAliveTime','var sessMin = '.$refTime.';var vmAliveUrl = "'.$url.'";var maxlps = "'.$maxlps.'";var minlps = "'.$minlps.'";',false,true);
Title: Re: Joomla 3.4.1 + Virtuemart 3.0.6 and 3.0.8 keepAlive and extantion toomanyfiles
Post by: Milbo on April 21, 2015, 18:18:24 PM
should be cleaner, yes. thx