A Little Bit of Housekeeping

In preparation for New Years, I figured that the site could use a little bit of love. Therefore, I’ve decided to do a bit of housekeeping here on Jetcomx, which includes a much needed face-lift. So, over the next few days, expect the site to be a little buggy and/or generally strange looking. If you find a bug and you’re feeling nice (you better have some generosity left in you, it’s 2 days after Christmas) let me know using the contact form. Thanks guys!

PS - Expect much more fresh content coming soon! December has been a crazy-busy month for all of us, and as a result, the site’s been a little neglected.

// $(document).ready(function () { // // To get the most commented posts // var disqusPublicKey = "1gK0KABqNLANnjQPocoCIHrCPPiWkNkXanwRBOPF4XDu4NNCuoivLa25x2wZL5g9"; // var disqusShortname = "jetcomx"; // var mostCommentedArray = []; // // $('article').each(function () { // var url = $(this).attr('data-disqus-url'); // mostCommentedArray.push('link:' + url); // }); // // $.ajax({ // type: 'GET', // url: "https://disqus.com/api/3.0/threads/set.jsonp", // data: { api_key: disqusPublicKey, forum : disqusShortname, thread : mostCommentedArray }, // cache: false, // dataType: 'jsonp', // success: function (result) { // for (var i in result.response) { // var countText = " comments"; // var count = result.response[i].posts; // if (count === 1) // countText = " comment"; // $('article[data-disqus-url="' + result.response[i].link + '"]').html('

' + count + countText + '

'); // } // } // }); // });