quick fix for production
This commit is contained in:
parent
2b2adeda3f
commit
e6d84836c5
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ button, div, form, h3, input, option, select } = React.DOM
|
{ button, div, form, h3, input, option, select } = React.DOM
|
||||||
|
|
||||||
url = (path) ->
|
url = (path) ->
|
||||||
"#{window.base_url || ''}/#{path}"
|
"/tab/#{path}"
|
||||||
|
|
||||||
console.log url('transactions')
|
console.log url('transactions')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue