Commit 606c0def1d798cea50ee2571dcc88c642948db9e
Fix variable error
Charles Lehner authored on 9/25/2016, 8:50:42 PMDominic Tarr committed on 10/24/2016, 8:26:19 PM
Parent: 1f75098ea346db1847379704874c063c87bbe800
Files changed
modules/git.js | changed |
modules/git.js | |||
---|---|---|---|
@@ -335,9 +335,9 @@ | |||
335 | 335 … | } | |
336 | 336 … | } | |
337 | 337 … | ||
338 | 338 … | function issueForm(msg, contentEl) { | |
339 | - return h('form', | ||
339 … | + var form = h('form', | ||
340 | 340 … | h('strong', 'New Issue:'), | |
341 | 341 … | message_compose( | |
342 | 342 … | {type: 'issue', project: msg.key}, | |
343 | 343 … | function (value) { return value }, | |
@@ -351,8 +351,9 @@ | |||
351 | 351 … | )) | |
352 | 352 … | } | |
353 | 353 … | ) | |
354 | 354 … | ) | |
355 … | + return form | ||
355 | 356 … | } | |
356 | 357 … | ||
357 | 358 … | function branchMenu(msg, full) { | |
358 | 359 … | return combobox({ |
Built with git-ssb-web