User app updates
This commit is contained in:
@@ -10,12 +10,15 @@
|
||||
#= require js-routes
|
||||
#= require_directory .
|
||||
#= require_self
|
||||
|
||||
(($) ->
|
||||
origAppend = $.fn.append
|
||||
$.fn.append = -> origAppend.apply(@, arguments).trigger("append")
|
||||
)(jQuery)
|
||||
@Qstorage = localStorage
|
||||
|
||||
$.extend($translations.en, <%= I18n.t('user', locale: :en).to_json %>);
|
||||
$.extend($translations.nl, <%= I18n.t('user', locale: :nl).to_json %>);
|
||||
$(document).foundation()
|
||||
setLocale('en')
|
||||
setLocale()
|
||||
$ ->
|
||||
$('.main-section').css 'min-height', ($(window).height() - $('.tab-bar:first').outerHeight())
|
||||
|
||||
Reference in New Issue
Block a user