mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-51461 javascript: Fix whitespace issue
This commit is contained in:
parent
7a191981b6
commit
0e30fbd1c8
@ -55,8 +55,8 @@ define(['core/config'], function(config) {
|
||||
if (localStorage === null) {
|
||||
return false;
|
||||
}
|
||||
// MDL-51461 - Some browsers misreport availability of local storage
|
||||
// so check it is actually usable.
|
||||
// MDL-51461 - Some browsers misreport availability of local storage
|
||||
// so check it is actually usable.
|
||||
localStorage.setItem(testKey, '1');
|
||||
localStorage.removeItem(testKey);
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user