remove debug alert()
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 1 Jan 2011 21:14:37 +0000 (16:14 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 1 Jan 2011 21:14:37 +0000 (16:14 -0500)
ansel/js/mobile.js

index b1e5fc8..72c1d3f 100644 (file)
@@ -67,7 +67,6 @@ var AnselMobile = {
 
             // Navigate to a gallery
             if (elt.hasClass('ansel-gallery')) {
-                alert(elt.attr('ansel-gallery-id'));
                 AnselMobile.toGallery(elt.attr('ansel-gallery-id'));
             }
             elt = elt.parent();