Midori 0.4.3 support

This commit is contained in:
Chris Pickett
2018-04-07 17:26:50 -05:00
parent cc0907fcd7
commit 6bb4db3842
3 changed files with 15 additions and 14 deletions

View File

@@ -55,8 +55,8 @@ Module.register("compliments", {
var self = this;
if (this.config.remoteFile != null) {
this.complimentFile((response) => {
this.config.compliments = JSON.parse(response);
this.complimentFile(function(response) {
self.config.compliments = JSON.parse(response);
self.updateDom();
});
}
@@ -197,4 +197,4 @@ Module.register("compliments", {
}
},
});
});