mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 08:26:16 -04:00
Typo again
This commit is contained in:
parent
a1081d47ba
commit
3f8b03a900
1 changed files with 2 additions and 2 deletions
|
@ -95,8 +95,8 @@ var browser = {
|
||||||
opera: /opera/.test(userAgent),
|
opera: /opera/.test(userAgent),
|
||||||
msie: /msie/.test(userAgent) && !/opera/.test(userAgent),
|
msie: /msie/.test(userAgent) && !/opera/.test(userAgent),
|
||||||
mozilla: /mozilla/.test(userAgent) && !/(compatible|webkit)/.test(userAgent),
|
mozilla: /mozilla/.test(userAgent) && !/(compatible|webkit)/.test(userAgent),
|
||||||
windows: /windows/.test(userAgent)
|
windows: /windows/.test(userAgent),
|
||||||
mobile: /mobile/.test(userAgent) || /android/.test(userAgent);
|
mobile: /mobile/.test(userAgent) || /android/.test(userAgent)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue