quick fix for production

This commit is contained in:
benji 2017-01-17 00:15:54 +01:00
parent 2b2adeda3f
commit e6d84836c5
1 changed files with 1 additions and 1 deletions

View File

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