mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 04:23:19 +00:00
PHRAS-834 - fix tasks dropdown menu
This commit is contained in:
@@ -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 () {
|
||||
|
Reference in New Issue
Block a user