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

View File

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