mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-30 19:52:17 +01:00
Unused parameter
This commit is contained in:
parent
ddd260adf8
commit
5c28679b2c
@ -62,11 +62,9 @@ OC.Contacts = OC.Contacts || {};
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
Storage.prototype.hasLocalStorage = function(jqXHR) {
|
||||
if (Modernizr) {
|
||||
if (!Modernizr.localStorage) {
|
||||
return false;
|
||||
}
|
||||
Storage.prototype.hasLocalStorage = function() {
|
||||
if (Modernizr && !Modernizr.localStorage) {
|
||||
return false;
|
||||
}
|
||||
// Some browsers report support but doesn't have it
|
||||
// e.g. Safari in private browsing mode.
|
||||
|
Loading…
x
Reference in New Issue
Block a user