References to lightboxes we don't have any more #202
authorCharles Connell <charles@connells.org>
Mon, 6 Jan 2014 20:54:49 +0000 (15:54 -0500)
committerCharles Connell <charles@connells.org>
Tue, 7 Jan 2014 14:04:32 +0000 (09:04 -0500)
karmaworld/assets/js/add-course.js
karmaworld/templates/base.html

index 8dd6197a21268ad8150539d208a187b328737be1..5253db18f9443a89772b2539ba68204528aaab8e 100644 (file)
@@ -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({
index 064aa57e76cf1a6138173488781c52182eaabeb1..51861e9a4a0e9ed9f3e6c3bbcc1f2844372c4677 100644 (file)
@@ -11,7 +11,6 @@
   <link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}vendor/foundation-4.2.3/css/foundation.css">
   <link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/global.css">
   <link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/media.css">
-  <link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/lightbox.css">
   <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
   <!-- include Font Awesome -->
   <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
 {% endblock %}
 <!-- end block content -->
 
-<!-- block lightboxen-->
-{% block lightboxen %}
-{% endblock %}
-<!-- end block lightboxen-->
-
 <!-- include footer-->
 {% include 'footer.html' %}
 <!-- end include footer-->