client: Update Components.WebView terminology around resource loading
Refer uniformly to remote resource loading instead of that and remote image loading.
This commit is contained in:
parent
044c77325a
commit
1be5dec877
4 changed files with 39 additions and 32 deletions
|
|
@ -72,7 +72,7 @@ PageState.prototype = {
|
|||
this.updatePreferredHeight();
|
||||
this._contentLoaded();
|
||||
},
|
||||
loadRemoteImages: function() {
|
||||
loadRemoteResources: function() {
|
||||
window._gearyAllowRemoteResourceLoads = true;
|
||||
let images = document.getElementsByTagName("IMG");
|
||||
for (let i = 0; i < images.length; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue