cleanup user javascript

This commit is contained in:
2014-09-22 11:48:19 +02:00
parent 9a4373f38a
commit 863df1f3c4
@@ -2,14 +2,10 @@
#= require jquery_ujs
#= require ../app/application
#= require faye
#= require foundation/foundation
#= require foundation/foundation.offcanvas
#= require moment
#= require jquery-ui/datepicker
#= require translations
#= require js-routes
#= require_directory .
#= require textile-js
#= require_self
#
# (($) ->
@@ -18,6 +14,7 @@
# )(jQuery)
@Qstorage = localStorage
$.extend($translations.en, <%= I18n.t('user', locale: :en).to_json %>);
$.extend($translations.nl, <%= I18n.t('user', locale: :nl).to_json %>);