diff --git a/lms/static/coffee/src/modal.coffee b/lms/static/coffee/src/modal.coffee deleted file mode 100644 index 3e77b43b78..0000000000 --- a/lms/static/coffee/src/modal.coffee +++ /dev/null @@ -1,6 +0,0 @@ -class @Modal - initialize: (options) -> - @el = options['el'] - render: -> - @el.hide() - diff --git a/lms/templates/login_modal.html b/lms/templates/login_modal.html deleted file mode 100644 index 6b2fd80c1f..0000000000 --- a/lms/templates/login_modal.html +++ /dev/null @@ -1,75 +0,0 @@ -<%! from django.utils.translation import ugettext as _ %> - -<%! from django.core.urlresolvers import reverse %> -<%namespace name='static' file='static_content.html'/> - - - -