We do have to take care to upload a new tumblr.json every now and then. Martijn
On Mon, Jan 7, 2019 at 10:19 AM Martin Grigorov <[email protected]> wrote: > > On Mon, Jan 7, 2019 at 11:14 AM Martijn Dashorst <[email protected]> > wrote: > > > Ah, > > > > Thanks for noticing that! The tumblr gives back a jsonp (var tumbl = > > .... ;), so I removed the 'var tumbl = ' bit, but neglected to remove > > the trailing semi colon > > > > Should be fixed now! > > > > Now it does! :-) > > > > > > Martijn > > > > On Mon, Jan 7, 2019 at 9:43 AM Martin Grigorov <[email protected]> > > wrote: > > > > > > For me it does not work both in Chrome and Firefox. > > > > > > The debugger does not stop at > > > $.getJSON('https://dashorst.github.io/built-with-wicket/tumblr.json > > ', > > > function(response) { > > > var posts = response.posts; // HERE > > > > > > otherwise the XHR response has these headers: > > > content-encoding: gzip > > > content-length: 7267 > > > content-type: application/json; charset=utf-8 > > > and there is a JSON body > > > > > > Pasting the body in https://codebeautify.org/jsonviewer said that the > > > trailing ';' (...."tags":["wicket-6","submission"]}]};) causes the > > problem > > > > > > On Mon, Jan 7, 2019 at 10:32 AM Martijn Dashorst < > > [email protected]> > > > wrote: > > > > > > > Private browser window does show the carrousel for me... > > > > > > > > Martijn > > > > > > > > Op ma 7 jan. 2019 om 08:36 schreef Martin Grigorov < > > [email protected]> > > > > > > > > > At https://wicket.apache.org/ section "Projects Using Apache > > Wicket" > > > > > still > > > > > has no carrousel for me. > > > > > I guess I have to accept the cookie of Tumblr but then it is not > > really > > > > > fixed, right ? > > > > > > > > > > On Mon, Jan 7, 2019 at 12:14 AM Martijn Dashorst < > > > > > [email protected]> > > > > > wrote: > > > > > > > > > > > By hosting the json data on a non-cookie encumbered environment I > > was > > > > > > able to re-enable the built-with-wicket carroussel. > > > > > > > > > > > > Also new background picture suitable for winter :-) > > > > > > > > > > > > Martijn > > > > > > > > > > > > -- > > > > > > Become a Wicket expert, learn from the best: > > http://wicketinaction.com > > > > > > > > > > > > > > > -- > > > > Become a Wicket expert, learn from the best: http://wicketinaction.com > > > > > > > > > > > > -- > > Become a Wicket expert, learn from the best: http://wicketinaction.com > > -- Become a Wicket expert, learn from the best: http://wicketinaction.com
