From fb32c4ef0de937b532601b17686b34d444ec9194 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Wed, 27 Nov 2013 09:33:05 -0500
Subject: [PATCH] Removed redundant comment.

---
 themes/bootstrap/js/lightbox.js | 2 --
 1 file changed, 2 deletions(-)

diff --git a/themes/bootstrap/js/lightbox.js b/themes/bootstrap/js/lightbox.js
index 062ba40c2f3..e00ed1a580f 100644
--- a/themes/bootstrap/js/lightbox.js
+++ b/themes/bootstrap/js/lightbox.js
@@ -418,8 +418,6 @@ $(document).ready(function() {
   $('#loginOptions a').click(function() {
     return getLightbox('MyResearch','Login',{},{'loggingin':true});
   });
-  // Tag lightbox
-  
   // Tag lightbox
   $('#tagRecord').click(function() {
     var id = $('.hiddenId')[0].value;
-- 
GitLab