aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/window/scrollbars/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/window/scrollbars/index.html')
-rw-r--r--files/fr/web/api/window/scrollbars/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/fr/web/api/window/scrollbars/index.html b/files/fr/web/api/window/scrollbars/index.html
index c8536a550b..1a292aed78 100644
--- a/files/fr/web/api/window/scrollbars/index.html
+++ b/files/fr/web/api/window/scrollbars/index.html
@@ -15,14 +15,14 @@ translation_of: Web/API/Window/scrollbars
<h2 id="Syntaxe">Syntaxe</h2>
-<pre class="syntaxbox notranslate"><em>objRef</em> = window.scrollbars
+<pre class="syntaxbox"><em>objRef</em> = window.scrollbars
</pre>
<h2 id="Exemple">Exemple</h2>
<p>L'exemple HTML complet suivant montre comment la propriété <code>visible</code> de l'objet scrollbars est utilisée.</p>
-<pre class="brush: html notranslate">&lt;!doctype html&gt;
+<pre class="brush: html">&lt;!doctype html&gt;
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;Divers Tests DOM&lt;/title&gt;