Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry de Graaff committed Oct 31, 2016
1 parent 3ff7cde commit 5ad230f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion com_zimbra_stickynotes/stickynotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ function(controller) {
}

if (selectedItms.length > 0) {
if(selectedItms[0].isDL !== true) //do not support noted on DL's
if(selectedItms[0].isDL !== true) //do not support notes on DL's
{
this.srcMsgObj = selectedItms[0];
if (this.srcMsgObj.type == "CONV") {
Expand Down

0 comments on commit 5ad230f

Please sign in to comment.