diff options
Diffstat (limited to 'source/popup.js')
-rw-r--r-- | source/popup.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/popup.js b/source/popup.js index 2f600b3..65894bd 100644 --- a/source/popup.js +++ b/source/popup.js @@ -69,7 +69,7 @@ enyo.kind({ var obj = (this.hlExists) ? {id: this.hlId, osisRef: this.osisRef, color: inSender.color} : {osisRef: this.osisRef, color: inSender.color}; api.putHighlight(obj, enyo.bind(this, function (inError, inId) { if(!inError) - this.doHighlight({osisRef: this.osisRef}); + this.doHighlight({osisRef: this.osisRef, color: inSender.color}); else console.log(inError); })); |