Revert "quick fix for production"

This reverts commit e6d84836c5.
This commit is contained in:
benji 2017-01-17 10:13:11 +01:00
parent e6d84836c5
commit d0056fcd1b
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) ->
"/tab/#{path}"
"#{window.base_url || ''}/#{path}"
console.log url('transactions')