projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d5cfe9
)
remove debug alert()
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Sat, 1 Jan 2011 21:14:37 +0000
(16:14 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Sat, 1 Jan 2011 21:14:37 +0000
(16:14 -0500)
ansel/js/mobile.js
patch
|
blob
|
history
diff --git
a/ansel/js/mobile.js
b/ansel/js/mobile.js
index
b1e5fc8
..
72c1d3f
100644
(file)
--- a/
ansel/js/mobile.js
+++ b/
ansel/js/mobile.js
@@
-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();