Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 4813 Rev 4814
Línea 368... Línea 368...
368
    });
368
    });
369
JS;
369
JS;
370
$this->inlineScript()->captureEnd();
370
$this->inlineScript()->captureEnd();
Línea 371... Línea 371...
371
 
371
 
372
$js = <<<JS
372
$js = <<<JS
373
const routesVar = {
373
const urlsVar = {
374
        routeAdd: '$routeAdd',
374
        urlAdd: '$routeAdd',
375
        routeTable: '$routeDatatable',
375
        urlTable: '$routeDatatable',
376
        routeDashboard: '$routeDashboard'
376
        urlDashboard: '$routeDashboard'
377
   }
377
   }
Línea 378... Línea 378...
378
JS;
378
JS;