Add some top menu logic
This commit is contained in:
@@ -20,7 +20,4 @@
|
||||
|
||||
$.extend($translations.en, <%= I18n.t('user', locale: :en).to_json %>);
|
||||
$.extend($translations.nl, <%= I18n.t('user', locale: :nl).to_json %>);
|
||||
$(document).foundation()
|
||||
setLocale()
|
||||
$ ->
|
||||
$('.main-section').css 'min-height', ($(window).height() - $('.tab-bar:first').outerHeight())
|
||||
|
||||
Reference in New Issue
Block a user