1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-20 06:56:40 +02:00

fix menu item

This commit is contained in:
antelle 2016-05-01 18:39:44 +03:00
parent ad6fb55e9d
commit b0a009aa80

View File

@ -49,7 +49,7 @@ var MenuItemView = Backbone.View.extend({
render: function() {
this.removeInnerViews();
this.renderTemplate(this.model.attributes);
this.iconEl = this.$el.find('i');
this.iconEl = this.$el.find('i.menu__item-icon');
var items = this.model.get('items');
if (items) {
items.forEach(function (item) {