diff --git a/app/node_views/results.html b/app/node_views/results.html index cabbe85..11938f1 100644 --- a/app/node_views/results.html +++ b/app/node_views/results.html @@ -766,9 +766,12 @@
The .bind() method attaches the event listener to each jQuery element one by one. Using the .on() method is preferred if available (from v1.7).
++ The .bind() method attaches the event listener to each jQuery element one by one. Using the .on() method is preferable if available (from v1.7). +
First one is: {{node.data.callDetails.context.firstElementPath}}