james michael dupont created TINKERPOP-1949:
-----------------------------------------------
Summary: Formatting error on website
Key: TINKERPOP-1949
URL: https://issues.apache.org/jira/browse/TINKERPOP-1949
Project: TinkerPop
Issue Type: Bug
Components: documentation
Environment: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36
(KHTML, like Gecko) Chrome/57.0.2987.98 Safari/537.36
on Debian GNU/Linux Sid.
and on firefox as well.
Reporter: james michael dupont
Attachments: Screenshot from 2018-04-20 06-36-41.png
The bottom of the page [http://tinkerpop.apache.org/gremlin.html] looks strange
it says for me :
{{}}
{quote}{{Related Resources Previous Next $('.carousel[data-type="multi"]
.item').each(function(){ var next = $(this).next(); if (!next.length) { // if
ther isn't a next next = $(this).siblings(':first'); // this is the first }
next.children(':first-child').clone().appendTo($(this)); // put the next ones
on the array for (var i=0;i<2;i++) { // THIS LOOP SPITS OUT EXTRA ITEMS TO THE
CAROUSEL next=next.next(); if (!next.length) { next
=$(this).siblings(':first'); }
next.children(':first-child').clone().appendTo($(this)); } });}}
{quote}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)