Skip to content

Commit

Permalink
Fix missing menu in Cinnamon applet
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Caelers <[email protected]>
  • Loading branch information
rcaelers committed Mar 21, 2019
1 parent 7b0cbdc commit 9825a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/applets/cinnamon/src/applet.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ MyApplet.prototype = {
}
else
{
for (item in menuitems)
for (var item in menuitems)
{
let text = indent + menuitems[item][0];
let command = menuitems[item][1];
Expand Down

0 comments on commit 9825a67

Please sign in to comment.