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:
Michael Gratton 2021-04-04 18:04:41 +10:00
parent 044c77325a
commit 1be5dec877
4 changed files with 39 additions and 32 deletions

View file

@ -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++) {