<br><br><div class="gmail_quote">On Wed, Jan 9, 2013 at 9:06 PM, Michal Čihař <span dir="ltr"><<a href="mailto:michal@cihar.com" target="_blank">michal@cihar.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi<br>
<br>
Dne Wed, 9 Jan 2013 20:46:54 +0530<br>
Madhura Jayaratne <<a href="mailto:madhura.cj@gmail.com">madhura.cj@gmail.com</a>> napsal(a):<br>
<div class="im"><br>
> I tried bisecting and the first bad commit is 44c12545fc863. Still I have<br>
> no clue what's causing this.<br>
<br>
</div>Maybe js/get_scripts.js.php is generating error?<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
        Michal Čihař | <a href="http://cihar.com" target="_blank">http://cihar.com</a> | <a href="http://blog.cihar.com" target="_blank">http://blog.cihar.com</a></font></span></blockquote><div> </div><div>I am somewhat confused with the what I noticed. The problem seems to be related to the size of the JavaScript loaded. </div>
<div>For example, if I divide the JavaScript files loaded in the initial call to js/get_scripts.js between two calls with the following code (around Line 74 of libraries/Script.class.php), the problem goes away.</div><div>
<br></div><div><div>        $mid = floor(count($params) / 2);</div><div>        $static_scripts = sprintf(</div><div>            "<script type='text/javascript' src='js/get_scripts.js.php?%s'></script>",</div>
<div>            implode("&", array_slice($params, 0, $mid))</div><div>        );</div><div>        $static_scripts .= sprintf(</div><div>            "<script type='text/javascript' src='js/get_scripts.js.php?%s'></script>",</div>
<div>            implode("&", array_slice($params, $mid))</div><div>        );</div></div></div><div><br></div><div>Are you aware of any configuration that might be causing this? I am unable to find such a thing.</div>
<div><br></div><div>@Alex, </div><div>Can you also verify this results?</div><div><br></div>-- <br>Thanks and Regards,<div><br></div><div>Madhura Jayaratne<br><div><br></div></div>