Commit 6d527345 authored by delanoe's avatar delanoe

[FIX Code of Conduct] Meaning of a word depends on its context.

parent 005f087b
...@@ -389,7 +389,6 @@ ...@@ -389,7 +389,6 @@
} }
// also replace template variables (thx c24b!)
resultHtml = resultHtml.replace(/%%project_id%%/g, projectId); resultHtml = resultHtml.replace(/%%project_id%%/g, projectId);
resultHtml = resultHtml.replace(/%%corpus_id%%/g, corpusId); resultHtml = resultHtml.replace(/%%corpus_id%%/g, corpusId);
resultHtml = resultHtml.replace(/%%cooc_id%%/g, coocId); resultHtml = resultHtml.replace(/%%cooc_id%%/g, coocId);
......
...@@ -312,7 +312,7 @@ function toggleFormatInfos() { ...@@ -312,7 +312,7 @@ function toggleFormatInfos() {
} }
/* merci c24b ! /*
* Uses importroute variable from the django template * Uses importroute variable from the django template
* Ex: /api/ngramlists/import?onto_corpus=corpus_id * Ex: /api/ngramlists/import?onto_corpus=corpus_id
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment