From b142fbe6d731e761d0098c0e41e42396ee23e24c Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Thu, 6 Aug 2015 10:58:59 +0200 Subject: Added bubble style, applied to file actions menu --- apps/files/js/fileactionsmenu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files/js') diff --git a/apps/files/js/fileactionsmenu.js b/apps/files/js/fileactionsmenu.js index 1795fdeab11..0cc08a1ec90 100644 --- a/apps/files/js/fileactionsmenu.js +++ b/apps/files/js/fileactionsmenu.js @@ -43,7 +43,7 @@ * @private */ initialize: function() { - this.$el = $(''); + this.$el = $(''); this._template = Handlebars.compile(TEMPLATE_MENU); this.$el.on('click', 'a.action', _.bind(this._onClickAction, this)); -- cgit v1.2.3