From 39734203dbce97ffe7f6ff22d3946ab97efa2872 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Mon, 28 Oct 2013 13:44:24 -0400
Subject: [PATCH] Style fix.

---
 themes/bootstrap/js/lightbox.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/bootstrap/js/lightbox.js b/themes/bootstrap/js/lightbox.js
index 0df06151588..f252e6c4077 100644
--- a/themes/bootstrap/js/lightbox.js
+++ b/themes/bootstrap/js/lightbox.js
@@ -10,7 +10,7 @@ var modalXHR; // Used for current in-progress XHR lightbox request
 // Cart actions based on submission
 // Change the content of the lightbox
 function changeModalContent(html) {
-  var header = $('#modal .modal-header')
+  var header = $('#modal .modal-header');
   if(header.find('h3').html().length == 0) {
     header.css('border-bottom-width', '0');
   } else {
-- 
GitLab