diff --git a/cms/static/sass/_content-types.scss b/cms/static/sass/_content-types.scss
index 00af06d5ad70166e1ac0a765452d92f3f0536fe5..e85d2a5c24ebb417dc01b481c80954e3f8a3916f 100644
--- a/cms/static/sass/_content-types.scss
+++ b/cms/static/sass/_content-types.scss
@@ -56,10 +56,10 @@
 
 .module a:first-child {
   @extend .content-type;
-  background-image: url('/static/img/content-types/module.png');
+  background-image: url('../img/content-types/module.png');
 }
 
 .module a:first-child {
   @extend .content-type;
-  background-image: url('/static/img/content-types/module.png');
+  background-image: url('../img/content-types/module.png');
 }
diff --git a/lms/templates/courseware.html b/lms/templates/courseware.html
index c1658b3dee1f8a104ed18ac23da02a423cbc33ec..3d163c1f789b4a1c4d0e431c02d7c58c18ec704d 100644
--- a/lms/templates/courseware.html
+++ b/lms/templates/courseware.html
@@ -18,14 +18,6 @@
   ##  <script type="text/javascript" src="${static.url('js/vendor/CodeMirror-2.25/mode/xml/xml.js')}"></script>
   ##  <script type="text/javascript" src="${static.url('js/vendor/CodeMirror-2.25/mode/python/python.js')}"></script>
 
-  ## image input: for clicking on images (see imageinput.html)
-  <script type="text/javascript" src="${static.url('js/vendor/imageinput.js')}"></script>
-
-  ## TODO (cpennington): Remove this when we have a good way for modules to specify js to load on the page
-  ## and in the wiki
-  <script type="text/javascript" src="${static.url('js/schematic.js')}"></script>
-  
-  
    <%static:js group='courseware'/>
 
   <%include file="mathjax_include.html" />