Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 8108 Rev 8109
Línea 1844... Línea 1844...
1844
    autocompleteLocation.addListener('place_changed', $.fn.fillInAddressLocation);
1844
    autocompleteLocation.addListener('place_changed', $.fn.fillInAddressLocation);
1845
    autocompleteLocationNew.addListener('place_changed', $.fn.fillInAddressNewLocation);
1845
    autocompleteLocationNew.addListener('place_changed', $.fn.fillInAddressNewLocation);
1846
});
1846
});
1847
JS;
1847
JS;
1848
$this->inlineScript()->captureEnd();
1848
$this->inlineScript()->captureEnd();
-
 
1849
 
-
 
1850
$js = <<<JS
-
 
1851
const linksVars = {
-
 
1852
    link_add:"$routeAdd",
-
 
1853
    link_table: "$routeDatatable",
-
 
1854
    allowAdd: "$allowAdd",
-
 
1855
    allowDelete: "$allowDelete",
-
 
1856
    allowEdit: "$allowEdit",
-
 
1857
    allowUsersWhoApplied: "$allowUsersWhoApplied",
-
 
1858
    googleApi: "$google_map_key" 
-
 
1859
}
-
 
1860
JS;
-
 
1861
 
-
 
1862
$this->inlineScript()->appendScript($js);
-
 
1863
$this->headLink()->appendStylesheet('/react-bundles/jobs/main.css');
-
 
1864
$this->inlineScript()->appendFile('/react-bundles/jobs/jobsBundle.js');
1849
?>
1865
?>
1850
<div class="jobs">  
1866
<div class="jobs">  
1851
</div>
1867
</div>
Línea 1852... Línea 1868...
1852
 
1868