mignified assets for prod
This commit is contained in:
@@ -144,7 +144,7 @@
|
||||
console.warn('corpus load failed', jqxhr.responseText);
|
||||
};
|
||||
function onCorpusLoaded(data){
|
||||
//console.log('corpus loaded : data', data);
|
||||
// console.log('corpus loaded : data', data);
|
||||
// console.log('first node', data.nodes[0]);
|
||||
// buildParticles(data.nodes);
|
||||
initPhysics();
|
||||
|
||||
@@ -32,8 +32,6 @@ class CorpusController extends ControllerBase {
|
||||
// Get a node storage object.
|
||||
// $file_storage = \Drupal::entityManager()->getStorage('node');
|
||||
|
||||
// $language_manager = ;
|
||||
// $current_langcode = \Drupal::languageManager()->getLanguage(LanguageInterface::TYPE_CONTENT);
|
||||
$current_langcode = \Drupal::languageManager()->getCurrentLanguage()->getId();
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user