forked from wezm/wezm.net
Add TODO for browser sniffing
This commit is contained in:
parent
58b92a341b
commit
a03d6693e4
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ var WezM = {
|
|||
onSelect: this._searchItemSelected,
|
||||
width: '400px'
|
||||
});
|
||||
if(navigator.userAgent.toLowerCase().indexOf('webkit') >= 0) {
|
||||
if(navigator.userAgent.toLowerCase().indexOf('webkit') >= 0) { // TODO: This is too generic (iPhone)
|
||||
$('#search input').css('paddingTop', 0);
|
||||
}
|
||||
// The following should be triggered onchange for the input as well
|
||||
|
|
Loading…
Reference in a new issue