Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 14913 Rev 14914
Línea 438... Línea 438...
438
                heigth: 100
438
                heigth: 100
439
    });
439
    });
440
});
440
});
441
JS;
441
JS;
Línea -... Línea 442...
-
 
442
 
-
 
443
$jsonInterview = json_encode($interview);
442
 
444
 
443
$js = <<<JS
445
$js = <<<JS
444
	const backendVariables= {
446
	const backendVariables= {
445
        user: $user
447
        user: $jsonInterview
446
	}	
448
	}	
Línea 447... Línea 449...
447
JS;
449
JS;
448
 
450