Florin Colotin

Results 5 comments of Florin Colotin

I say in idea if there are many files to load in same path to reduce the code: loadjs(['foo.js', 'bar.js'], 'foobar', { 'path_prefix': '/path/to/' });

that happen just on mobile I think problem commes form here 'mousedown touchstart' ... both events are fired .... an e.preventDefault(); fix it

Sometimes I see in logs: Ad2 not found all ads2 are loaded Ad1 not found And afterAllAdsLoaded $('.adunit1') not fired. And sometime, even in code i have just one div...

Yes, same for me

I see new StrlenModifierCompiler looks like: ``` class StrlenModifierCompiler extends Base { public function compile($params, \Smarty\Compiler\Template $compiler) { return 'strlen((string) ' . $params[0] . ')'; } } ```