Fix Firefox bug after refactoring

This commit is contained in:
Frédéric Guillot 2014-09-04 20:22:26 -07:00
parent 954bed954f
commit a0dcfc9e4c
1 changed files with 2 additions and 0 deletions

View File

@ -135,6 +135,8 @@ Kanboard.Board = (function() {
var boardSelector = $("#board");
var projectId = boardSelector.attr("data-project-id");
board_unload_events();
$.ajax({
cache: false,
url: "?controller=board&action=save&project_id=" + projectId,