From 32dc8e5928092c55522ea4126e751473e97b2de5 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Tue, 23 Apr 2013 06:03:21 +0200 Subject: [PATCH] Use protocol-relative url for jQuery. Fixes #15. HTTP urls are blocked in modern browsers when accessing the page over HTTPS (https://dpaste.de/), so jQuery wasn't being loaded and the rest of the javascript failed on various ReferenceError and TypeError exceptions around "$ is undefined". --- dpaste/templates/dpaste/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dpaste/templates/dpaste/base.html b/dpaste/templates/dpaste/base.html index c85fd74..0c328ae 100644 --- a/dpaste/templates/dpaste/base.html +++ b/dpaste/templates/dpaste/base.html @@ -28,7 +28,7 @@ {% block script_footer %} - +