[Phpmyadmin-devel] for patch submission

nandlal ahirwar nandu1304 at gmail.com
Sat Apr 7 17:12:16 CEST 2012


hello,
       I have my semester exams going on currently so am not able to give
the maximum time
to this patch, I also regret that I dint followed the bottom level posting,
and all the mess ups.
In order to identify a ios device we can use

if( navigator.userAgent.match(/
Android/i)
 || navigator.userAgent.match(/
webOS/i)
 || navigator.userAgent.match(/iPhone/i)
 || navigator.userAgent.match(/iPad/i)
 || navigator.userAgent.match(/iPod/i)
 || navigator.userAgent.match(/BlackBerry/i)
 )


{

$(function () {
  $('input:text').prop({
      autocapitalize: 'off',
      autocorrect: 'off'
  });
});

}

I am confused regarding which file this code is to be updated in
phpmyadmin??
I have to submit the patch before 10th.. please help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.phpmyadmin.net/pipermail/developers/attachments/20120407/7d2f6a98/attachment.html>


More information about the Developers mailing list