From 98667473d8059de90ef42a8f55199fbf49f9e794 Mon Sep 17 00:00:00 2001 From: Christian Haschek Date: Thu, 1 Oct 2015 15:17:30 +0200 Subject: [PATCH] fixed caching and removed faulty type variable --- js/http2pic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/http2pic.js b/js/http2pic.js index d0f5e2c..5e77c8e 100644 --- a/js/http2pic.js +++ b/js/http2pic.js @@ -3,7 +3,7 @@ $(function() { { $("#showcase_button").attr("disabled","true"); var urlenc = encodeURIComponent(url); - var imageURL = "api.php?js=no&token=0e316498db6211f940951e"+(urlenc)+"8be8cdf7089770&type=$type&viewport=1200x330&url="+urlenc; + var imageURL = "api.php?js=no&cache=1&viewport=1200x330&url="+urlenc; //$("#intro-header").css('background-image', 'url(\'/img/loading.gif\')'); $("#loading").show();