Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 6007 | Rev 6026 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 6007 Rev 6025
Línea 1320... Línea 1320...
1320
    cover: "$cover",
1320
    cover: "$cover",
1321
    companyId: "$companyId",
1321
    companyId: "$companyId",
1322
    followers: "$follower",
1322
    followers: "$follower",
1323
    image: "$image",
1323
    image: "$image",
1324
    overview: "$overview",
1324
    overview: "$overview",
1325
    locations: JSON.parse('$jsonLocations')
1325
    locations: JSON.parse('$jsonLocations'),
-
 
1326
    industry: "$industry"
1326
}
1327
}
1327
JS;
1328
JS;
Línea 1328... Línea 1329...
1328
 
1329
 
1329
$this->inlineScript()->appendScript($js);
1330
$this->inlineScript()->appendScript($js);