Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15045 Rev 15049
Línea 56... Línea 56...
56
    jobCategoryOptions: $categories,
56
    jobCategoryOptions: $categories,
57
    allowUsersWhoApplied: "$allowUsersWhoApplied",
57
    allowUsersWhoApplied: "$allowUsersWhoApplied",
58
    googleApi: "$google_map_key" 
58
    googleApi: "$google_map_key" 
59
}
59
}
60
const LABELS = {
60
const LABELS = {
61
    'ADD': LABEL_ADD
61
    'ADD': 'LABEL_ADD'
62
}
62
}
63
JS;
63
JS;
Línea 64... Línea 64...
64
 
64
 
65
$this->inlineScript()->appendScript($js);
65
$this->inlineScript()->appendScript($js);