one last try for today

This commit is contained in:
benji 2017-01-17 00:11:21 +01:00
parent f42d1ac12e
commit 2b2adeda3f
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
{ button, div, form, h3, input, option, select } = React.DOM
url = (path) ->
"#{@window.base_url}/#{path}"
"#{window.base_url || ''}/#{path}"
console.log url('transactions')
Action = React.createFactory React.createClass
buttonClass: (b) ->