Minify javascript
This commit is contained in:
634
assets/js/app.js
634
assets/js/app.js
File diff suppressed because one or more lines are too long
@@ -84,7 +84,7 @@ var Kanboard = (function() {
|
||||
dataType: "html",
|
||||
data: JSON.stringify({
|
||||
"text": textarea.val()
|
||||
}),
|
||||
})
|
||||
});
|
||||
|
||||
request.done(function(data) {
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user