Merge branch 'prod'
This commit is contained in:
@@ -805,7 +805,7 @@
|
||||
|
||||
// hiding
|
||||
this.hideTimer = false;
|
||||
this.hideTimeMS = 10000;
|
||||
this.hideTimeMS = 15000;
|
||||
|
||||
// history
|
||||
this.currentHistoricIndex = null;
|
||||
|
||||
@@ -805,7 +805,7 @@
|
||||
|
||||
// hiding
|
||||
this.hideTimer = false;
|
||||
this.hideTimeMS = 10000;
|
||||
this.hideTimeMS = 15000;
|
||||
|
||||
// history
|
||||
this.currentHistoricIndex = null;
|
||||
|
||||
@@ -202,7 +202,7 @@ function edlptheme_preprocess_node__enregistrement__player_cartel(&$vars){
|
||||
'data-drupal-link-system-path' => $url->getInternalPath()
|
||||
)
|
||||
));
|
||||
$vars['link_transcript'] = Link::fromTextAndUrl(t("Lire le text."), $url);
|
||||
$vars['link_transcript'] = Link::fromTextAndUrl(t("Read the text."), $url);
|
||||
}
|
||||
|
||||
// if article not empty
|
||||
@@ -217,7 +217,7 @@ function edlptheme_preprocess_node__enregistrement__player_cartel(&$vars){
|
||||
'data-drupal-link-system-path' => $url->getInternalPath()
|
||||
)
|
||||
));
|
||||
$vars['link_article'] = Link::fromTextAndUrl(t("Lire l'article."), $url);
|
||||
$vars['link_article'] = Link::fromTextAndUrl(t("Read the article."), $url);
|
||||
}
|
||||
|
||||
// relations (defined in edlp_corpus.module)
|
||||
|
||||
Reference in New Issue
Block a user