mirror of
https://github.com/wezm/wezm.net.git
synced 2024-12-18 18:29:54 +00:00
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,
|
onSelect: this._searchItemSelected,
|
||||||
width: '400px'
|
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);
|
$('#search input').css('paddingTop', 0);
|
||||||
}
|
}
|
||||||
// The following should be triggered onchange for the input as well
|
// The following should be triggered onchange for the input as well
|
||||||
|
|
Loading…
Reference in a new issue