From: Charles Connell Date: Mon, 6 Jan 2014 20:54:49 +0000 (-0500) Subject: References to lightboxes we don't have any more #202 X-Git-Tag: release-20150131~301 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bbe910e0adac1cfe370a49611b9d3553bb6048a0;p=oweals%2Fkarmaworld.git References to lightboxes we don't have any more #202 --- diff --git a/karmaworld/assets/js/add-course.js b/karmaworld/assets/js/add-course.js index 8dd6197..5253db1 100644 --- a/karmaworld/assets/js/add-course.js +++ b/karmaworld/assets/js/add-course.js @@ -38,11 +38,6 @@ $(function() { // page header $('#add_course_header_button').click(addCourse); - // Dismiss on exit x click FIXME - $(".lightbox_close").click(function() { - $(".modal_content").hide(); - }); - $("#str_school").autocomplete({ source: function(request, response){ $.ajax({ diff --git a/karmaworld/templates/base.html b/karmaworld/templates/base.html index 064aa57..51861e9 100644 --- a/karmaworld/templates/base.html +++ b/karmaworld/templates/base.html @@ -11,7 +11,6 @@ - @@ -72,11 +71,6 @@ {% endblock %} - -{% block lightboxen %} -{% endblock %} - - {% include 'footer.html' %}