Skip to content

Commit

Permalink
upload message tab position
Browse files Browse the repository at this point in the history
  • Loading branch information
kevzettler committed Apr 3, 2012
1 parent e03ba33 commit c54db0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/assets/javascripts/backbone/kandan.js.coffee
Expand Up @@ -39,7 +39,7 @@ window.Kandan =
initTabs: ()->
$('#channels').tabs({
create: (event, ui)->
$('ul.ui-tabs-nave').css({top: $('.header').offset().top + "px"})
$('ul.ui-tabs-nav').css({top: $('.header').offset().top + "px"})
select: (event, ui)->
$(document).data('active_channel_id',
Kandan.Helpers.Channels.getChannelIdByTabIndex(ui.index))
Expand Down
Expand Up @@ -10,7 +10,7 @@ class Kandan.Plugins.Attachments
@templates:
no_files: _.template '''
<div style="text-align:center; text-transform: uppercase; font-size: 11px; color: #999; padding: 10px;">
Amigo, Why you no upload?
No media yet. Try uploading.
</div>
'''

Expand Down

0 comments on commit c54db0f

Please sign in to comment.