Skip to content
Snippets Groups Projects
Unverified Commit 031add6a authored by Morris Jobke's avatar Morris Jobke Committed by GitHub
Browse files

Merge pull request #11721 from nextcloud/revert-10782-fix/10774/deadtagaction

Revert "in 14 the click action gets lost in the Backbone view."
parents 877823eb ddfc3627
No related branches found
No related tags found
No related merge requests found
......@@ -49,10 +49,10 @@
systemTagsInfoViewToggleView.$el.detach();
});
systemTagsInfoViewToggleView.listenTo(detailView, 'post-render', function() {
var clicker = _.bind(systemTagsInfoViewToggleView.click, systemTagsInfoViewToggleView);
systemTagsInfoViewToggleView.$el.click(clicker);
detailView.$el.find('.file-details').append(systemTagsInfoViewToggleView.$el);
});
return;
}
});
}
......
......@@ -56,6 +56,7 @@
* references the SystemTagsInfoView to associate to this toggle view.
*/
initialize: function(options) {
var self = this;
options = options || {};
this._systemTagsInfoView = options.systemTagsInfoView;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment