git ssb

16+

Dominic / patchbay



Commit 606c0def1d798cea50ee2571dcc88c642948db9e

Fix variable error

Charles Lehner authored on 9/25/2016, 8:50:42 PM
Dominic Tarr committed on 10/24/2016, 8:26:19 PM
Parent: 1f75098ea346db1847379704874c063c87bbe800

Files changed

modules/git.jschanged
modules/git.jsView
@@ -335,9 +335,9 @@
335335 }
336336 }
337337
338338 function issueForm(msg, contentEl) {
339- return h('form',
339 + var form = h('form',
340340 h('strong', 'New Issue:'),
341341 message_compose(
342342 {type: 'issue', project: msg.key},
343343 function (value) { return value },
@@ -351,8 +351,9 @@
351351 ))
352352 }
353353 )
354354 )
355 + return form
355356 }
356357
357358 function branchMenu(msg, full) {
358359 return combobox({

Built with git-ssb-web