Minify javascript

This commit is contained in:
Frederic Guillot
2015-01-05 22:10:40 -05:00
parent 7746773ab9
commit 55eb7636c0
4 changed files with 41 additions and 623 deletions

File diff suppressed because one or more lines are too long

View File

@@ -84,7 +84,7 @@ var Kanboard = (function() {
dataType: "html",
data: JSON.stringify({
"text": textarea.val()
}),
})
});
request.done(function(data) {

View File

@@ -154,7 +154,7 @@ Kanboard.Board = (function() {
"task_id": taskId,
"column_id": columnId,
"swimlane_id": swimlaneId,
"position": position,
"position": position
}),
success: function(data) {
$("#board").remove();