one last try for today
This commit is contained in:
parent
f42d1ac12e
commit
2b2adeda3f
1 changed files with 3 additions and 1 deletions
|
@ -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) ->
|
||||
|
|
Loading…
Reference in a new issue