More apostrophe escaping
This commit is contained in:
parent
906aff19ef
commit
c6eae791e7
@ -79,7 +79,7 @@ else {
|
|||||||
}
|
}
|
||||||
|
|
||||||
}, function() {
|
}, function() {
|
||||||
console.log('Failed to check the device's idle state.');
|
console.log('Failed to check the device\'s idle state.');
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -110,7 +110,7 @@ window.powerManagement.isIgnoringBatteryOptimizations(function(result) {
|
|||||||
console.log('This app IS NOT on the device\'s battery optimization whitelist.');
|
console.log('This app IS NOT on the device\'s battery optimization whitelist.');
|
||||||
}
|
}
|
||||||
}, function() {
|
}, function() {
|
||||||
console.log('Failed to add the app to the device's battery optimization whitelist.');
|
console.log('Failed to add the app to the device\'s battery optimization whitelist.');
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user