aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/window/home/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/window/home/index.html')
-rw-r--r--files/fr/web/api/window/home/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/fr/web/api/window/home/index.html b/files/fr/web/api/window/home/index.html
index 1d9985483e..856f95067c 100644
--- a/files/fr/web/api/window/home/index.html
+++ b/files/fr/web/api/window/home/index.html
@@ -17,12 +17,12 @@ translation_of: Web/API/Window/home
<h2 id="Syntaxe">Syntaxe</h2>
-<pre class="syntaxbox notranslate"><em>window</em>.home();
+<pre class="syntaxbox"><em>window</em>.home();
</pre>
<h2 id="Exemple">Exemple</h2>
-<pre class="brush: js notranslate">function goHome() {
+<pre class="brush: js">function goHome() {
window.home();
}
</pre>