mirror of
https://github.com/nextcloud/server.git
synced 2026-04-25 16:19:06 -04:00
Remove OC.isIE8
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
dd459bbb7a
commit
d5b53d0ede
1 changed files with 0 additions and 10 deletions
|
|
@ -2018,16 +2018,6 @@ OC.Util = {
|
|||
return $('html').hasClass('ie');
|
||||
},
|
||||
|
||||
/**
|
||||
* Returns whether this is IE8
|
||||
*
|
||||
* @deprecated IE8 isn't supported since 9.0
|
||||
* @return {bool} false (IE8 isn't supported anymore)
|
||||
*/
|
||||
isIE8: function() {
|
||||
return false;
|
||||
},
|
||||
|
||||
/**
|
||||
* Returns the width of a generic browser scrollbar
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue