PHRAS-834 - fix tasks dropdown menu

This commit is contained in:
Florian BLOUET
2015-11-26 18:05:56 +01:00
parent 3807b2f74c
commit 0621c3fe55
4 changed files with 8 additions and 4 deletions

View File

@@ -28,6 +28,7 @@ define([
render: function () {
this.$el.empty();
this.$el.html(this.template({'scheduler':this.model.toJSON()}));
$('.dropdown-toggle').dropdown();
return this;
},
renderConfiguration: function () {