Merge pull request #2954

Address popup window error when attempting to edit ask in board view
This commit is contained in:
Frédéric Guillot 2017-01-17 16:49:17 -05:00 committed by GitHub
commit 6a6069ee2f
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -9,7 +9,7 @@ Kanboard.BoardTask.prototype.listen = function() {
$(document).on("click", ".task-board-change-assignee", function(e) {
e.preventDefault();
e.stopPropagation();
self.app.get("Popover").open($(this).data('url'));
KB.modal.open($(this).data("url"), "medium", false);
});
$(document).on("click", ".task-board", function(e) {