includes/clientside/static/dropdown.js
changeset 523 9d239396be42
parent 420 301f546688d1
child 582 a38876c0793c
--- a/includes/clientside/static/dropdown.js	Tue Apr 08 20:08:35 2008 -0400
+++ b/includes/clientside/static/dropdown.js	Tue Apr 08 20:30:50 2008 -0400
@@ -92,6 +92,10 @@
                 obj.childNodes[i].onmouseover = function()  { jBoxOverHandler(this); };
                 obj.childNodes[i].onmouseout = function(e)  { jBoxOutHandler(this, e); };
                 obj.childNodes[i].nextSibling.onmouseout = function(e)  { jBoxOutHandler(this, e); };
+                if ( is_iPhone )
+                {
+                  obj.childNodes[i].onclick = function()  { jBoxOverHandler(this); return false; };
+                }
               }
             }
           }