Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 6002 Rev 6003
Línea 1300... Línea 1300...
1300
 
1300
 
1301
 
1301
 
Línea -... Línea 1302...
-
 
1302
JS;
-
 
1303
$this->inlineScript()->captureEnd();
1302
JS;
1304
 
1303
$this->inlineScript()->captureEnd();
1305
$jsonLocations = json_encode($locations)
1304
 
1306
 
1305
$js = <<<JS
1307
$js = <<<JS
1306
const urlVars = {
1308
const urlVars = {
Línea 1318... Línea 1320...
1318
    cover: "$cover",
1320
    cover: "$cover",
1319
    companyId: "$companyId",
1321
    companyId: "$companyId",
1320
    followers: "$follower",
1322
    followers: "$follower",
1321
    image: "$image",
1323
    image: "$image",
1322
    overview: "$overview",
1324
    overview: "$overview",
1323
    locations: "$locations"
1325
    locations: $jsonLocations
1324
}
1326
}
1325
JS;
1327
JS;
Línea 1326... Línea 1328...
1326
 
1328
 
1327
$this->inlineScript()->appendScript($js);
1329
$this->inlineScript()->appendScript($js);