removed mods directory from the ATutor codebase
[atutor.git] / mods / photo_album / fluid / component-templates / js / fluid / Lightbox.js
diff --git a/mods/photo_album/fluid/component-templates/js/fluid/Lightbox.js b/mods/photo_album/fluid/component-templates/js/fluid/Lightbox.js
deleted file mode 100755 (executable)
index bfc387c..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-var fluid = fluid || {};\r
-\r
-fluid.Lightbox = {\r
-       addThumbnailActivateHandler: function (lightbox) {\r
-               var lightboxContainerElement = lightbox.domNode;\r
-               var enterKeyHandler = function (evt) {\r
-                       if (evt.which == fluid.keys.ENTER) {\r
-                               var thumbnailAnchors = jQuery ("a", lightbox.activeItem);\r
-                               document.location = thumbnailAnchors.attr ('href');\r
-                       }\r
-               };\r
-               \r
-               jQuery (lightboxContainerElement).keypress (enterKeyHandler);\r
-       }\r
-};
\ No newline at end of file