From e1f7ca293cefcd1f1e27d9cc46beb3a178f42eb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Fri, 12 Sep 2014 11:04:20 +0200 Subject: [PATCH] wording --- app/node_views/results.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/node_views/results.html b/app/node_views/results.html index 1259864..cbf964e 100644 --- a/app/node_views/results.html +++ b/app/node_views/results.html @@ -153,7 +153,7 @@
Executing Javascript and DOM queries here is a bad practice and slows down the DOM construction.
Also known as "document ready". This is where you should execute top-priority scripts, like binding action buttons or launch a video player.
Here you can execute mid-priority tasks. Loading a script with createElement('script') is one way to do so.
-
The page is fully loaded, it's time for low priority things : trackers, social plugins, easter egg...
+
The page is considered loaded, it's time for low priority things : trackers, social plugins, easter egg...