From d93e96cbc39c3dcae39c9b1b54ea26c4f2c81741 Mon Sep 17 00:00:00 2001 From: Julia Hansbrough Date: Tue, 8 Oct 2013 17:03:29 +0000 Subject: [PATCH] Defined baseUrl in the LMS template, fixing a bug where HTML editors called within LMS would fail to load --- lms/templates/main.html | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/templates/main.html b/lms/templates/main.html index 60658111c8..c689ad4e02 100644 --- a/lms/templates/main.html +++ b/lms/templates/main.html @@ -36,6 +36,7 @@ if (window.location !== window.top.location) { window.top.location = window.location; } + window.baseUrl = "${settings.STATIC_URL}"; })(this); % endif