Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2726 Rev 3580
Línea 16... Línea 16...
16
  contacts: JSON.parse('$contactsJson'),
16
  contacts: JSON.parse('$contactsJson'),
17
  groups: JSON.parse('$groupsJson'),
17
  groups: JSON.parse('$groupsJson'),
18
  emojione_image_path_png: '$emojione_image_path_png',
18
  emojione_image_path_png: '$emojione_image_path_png',
19
}
19
}
20
JS;
20
JS;
-
 
21
 
21
$this->inlineScript()->appendScript($js);
22
$this->inlineScript()->appendScript($js);
-
 
23
$this->headLink()->appendStylesheet('/look-and-field/mobile-chat.css');
22
$this->inlineScript()->appendFile('/react-bundles/mobileChat/mobileChatBundle.js');
24
$this->inlineScript()->appendFile('/react-bundles/mobileChat/mobileChatBundle.js');
23
?>
25
?>
Línea 24... Línea 26...
24
 
26