includes/clientside/static/faders.js
changeset 542 5841df0ab575
parent 541 acb7e23b6ffa
child 550 685e839d934e
--- a/includes/clientside/static/faders.js	Sun May 04 21:57:48 2008 -0400
+++ b/includes/clientside/static/faders.js	Mon May 05 20:06:37 2008 -0400
@@ -178,16 +178,8 @@
   
   var buttondiv = document.createElement('div');
   
-  if ( is_iPhone )
-  {
-    mydiv.style.width = '120px';
-    buttondiv.style.width = '120px';
-  }
-  else
-  {
-    mydiv.style.width = '400px';
-    buttondiv.style.width = '400px';
-  }
+  mydiv.style.width = '400px';
+  buttondiv.style.width = '400px';
   
   w = getWidth();
   h = getHeight();