Added resizing of input boxes on input
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -53,7 +53,6 @@ export function sendText(route,data,callback) {
|
||||
if (status === 0 || (status >= 200 && status < 400)) {
|
||||
// The request has been completed successfully
|
||||
if (callback !== undefined) {
|
||||
console.log(xhr.responseText)
|
||||
callback(xhr.responseText)
|
||||
}
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user