X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=RepoStatusPopover.bjs;h=5bb23ad70115d990a291bfc80e529ce1e722cfb9;hp=aca39758b4e5420103c4027a6bcf399cec39defa;hb=f10b2768b5bfea83a96d4fea4c0aed9aeb682237;hpb=73cd9e0b4af69fa3155efac7035e6117837516de diff --git a/RepoStatusPopover.bjs b/RepoStatusPopover.bjs index aca39758..5bb23ad7 100644 --- a/RepoStatusPopover.bjs +++ b/RepoStatusPopover.bjs @@ -148,7 +148,7 @@ }, { "listeners" : { - "button_press_event" : "() => {\n\n _this.el.hide();\n Clones.singleton().el.response(-1);\n if (_this.repos.activeTicket != null) {\n\t MergeBranch.singleton().show(this.repos.activeTicket, null); \n }\n return false;\n}" + "button_press_event" : "() => {\n\n _this.el.hide();\n Clones.singleton().el.response(-1);\n if (_this.repo.activeTicket != null) {\n\t MergeBranch.singleton().show(_this.repo.activeTicket, null); \n }\n return false;\n}" }, "label" : "Merge branch/ ticket", "xtype" : "Button",