Fix bug board selector redirection

This commit is contained in:
Frederic Guillot
2015-01-25 13:30:31 -05:00
parent 54d2d46b65
commit e6cf1bf236
3 changed files with 3 additions and 3 deletions

View File

@@ -162,7 +162,7 @@ var Kanboard = (function() {
});
$("#board-selector").change(function() {
window.location = $(this).attr("data-board-url").replace(/%d/g, $(this).val());
window.location = $(this).attr("data-board-url").replace(/PROJECT_ID/g, $(this).val());
});
// Markdown Preview for textareas