Revize a33fa7cc
Přidáno uživatelem Michal Kliment před více než 9 roky(ů)
application/views/js/base.php | ||
---|---|---|
if (data.length)
|
||
{
|
||
// detecting returned data's type by first character
|
||
switch (data[0])
|
||
switch (data.charAt(0))
|
||
{
|
||
// result is html
|
||
case '<':
|
Také k dispozici: Unified diff
Release 1.1.2