Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6094 Rev 6101
Línea 227... Línea 227...
227
    $('#currentReaction').html(
227
    $('#currentReaction').html(
228
        $('#reactionTemplate').render({reaction: '$reaction'})
228
        $('#reactionTemplate').render({reaction: '$reaction'})
229
    );
229
    );
230
});
230
});
231
JS;
231
JS;
-
 
232
 
232
$this->inlineScript()->captureEnd();
233
$this->inlineScript()->captureEnd();
-
 
234
$this->headLink()->appendStylesheet('/look-and-field/knowledge.css');
Línea 233... Línea 235...
233
 
235
 
Línea 234... Línea 236...
234
?>
236
?>
235
 
237