1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-12 21:30:39 +00:00

show group avatar

This commit is contained in:
lian
2015-04-24 10:25:47 +08:00
parent 21182045cb
commit a3e16357ac
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ define([
popupTemplate: _.template($('#top-group-nav-tmpl').html()),
initialize: function() {
var popup = $(this.popupTemplate({groups: app.pageOptions.top_nav_groups}));
var popup = $(this.popupTemplate({groups: app.pageOptions.top_nav_groups}));
this.$el.append(popup);
popup.css({'right': ($('#top-nav-grp').outerWidth() - popup.outerWidth())/6 * 5});
this.popup = popup;