From fa55ac1315e7d91041a11aca52b38313247f8b21 Mon Sep 17 00:00:00 2001 From: Andy Armstrong Date: Mon, 6 Jan 2014 11:31:58 -0500 Subject: [PATCH] Fix URI vendor module to be referenced via a relative URL. --- cms/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/templates/base.html b/cms/templates/base.html index 9be2b92a01..6f87c4c5a9 100644 --- a/cms/templates/base.html +++ b/cms/templates/base.html @@ -77,7 +77,7 @@ "utility": "js/src/utility", "accessibility": "js/src/accessibility_tools", "draggabilly": "js/vendor/draggabilly.pkgd", - "URI": "/js/vendor/URI.min", + "URI": "js/vendor/URI.min", // externally hosted files "tender": "//edxedge.tenderapp.com/tender_widget",