User foundation setup
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
#= require jquery
|
||||
#= 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_self
|
||||
|
||||
@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')
|
||||
$ ->
|
||||
$('.main-section').css 'min-height', ($(window).height() - $('.tab-bar:first').outerHeight())
|
||||
Reference in New Issue
Block a user