From 7e9ebb09a08f2398ed7000e5aba4ad92b6091d94 Mon Sep 17 00:00:00 2001 From: Valera Rozuvan Date: Fri, 21 Mar 2014 13:29:51 +0200 Subject: [PATCH] Removed unused code that is over 2 years old. --- lms/static/coffee/src/modal.coffee | 6 --- lms/templates/login_modal.html | 75 ------------------------------ 2 files changed, 81 deletions(-) delete mode 100644 lms/static/coffee/src/modal.coffee delete mode 100644 lms/templates/login_modal.html 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'/> - - - -