Projekt

Obecné

Profil

Chyba #871 » base.php.patch

Opravný patch - Ondřej Fibich, 2014-02-03 13:41

Zobrazit rozdíly:

application/views/js/base.php Locally Modified (Based On LOCAL)
if (data.length)
{
// detecting returned data's type by first character
switch (data[0])
switch (data.charAt(0))
{
// result is html
case '<':
    (1-1/1)