Skip to content

Commit f9ffa60

Browse files
author
Korbel Daniel
committed
Fixed indentations
1 parent 2213e13 commit f9ffa60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/gwt/material/design/addins/client/fileuploader/MaterialFileUploader.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ private native void initDropzone(Element e, Element template, String previews, E
217217
globalResponse = response;
218218
}
219219
if(response.indexOf("500") >= 0) {
220-
response = "There's a problem uploading your file.";
221-
globalResponse = response;
220+
response = "There's a problem uploading your file.";
221+
globalResponse = response;
222222
}
223223
file.previewElement.querySelector("#error-message").innerHTML = response;
224224
that.@gwt.material.design.addins.client.fileuploader.MaterialFileUploader::fireErrorEvent(*)(file.name , file.lastModifiedDate , file.size , file.type, code, response);

0 commit comments

Comments
 (0)