Skip to content

Commit

Permalink
fix:#10
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry de Graaff committed Feb 21, 2021
1 parent cb070b4 commit 61905e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion com_zimbra_stickynotes/com_zimbra_stickynotes.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<zimlet name="com_zimbra_stickynotes" version="2.1.1" label="${msg.label}" description="${msg.description}">
<zimlet name="com_zimbra_stickynotes" version="2.2.0" label="${msg.label}" description="${msg.description}">
<include>stickynotes.js</include>
<includeCSS>stickynotes.css</includeCSS>
<handlerObject>com_zimbra_stickyNotes_HandlerObject</handlerObject>
Expand Down
4 changes: 2 additions & 2 deletions com_zimbra_stickynotes/stickynotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,11 +206,11 @@ function (trueOrFalse) {

if (!appCtxt.getAccountTagList().getByName(this._tagName))
return;

this.srcMsgObj.list.tagItems({
items: this.srcMsgObj,
tagName: this._tagName,
doTag: trueOrFalse
doTag: trueOrFalse,
tag: appCtxt.getAccountTagList().getByName(this._tagName)
});

};
Expand Down

0 comments on commit 61905e1

Please sign in to comment.