Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
adding the commit done in appmgt cloud with the id f1c9b59e2fa6292d8f…
Browse files Browse the repository at this point in the history
…eccbc2470fca2f433ad60b
  • Loading branch information
pirinthapan committed Jun 10, 2015
1 parent a644ecd commit b91f7ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ function validateIconImage(filename,fileSize) {
break;
}

if(fileSize > <%=APP_ICON_MAX_SIZE%> && extStatus == true){
if((fileSize/1024) > <%=APP_ICON_MAX_SIZE%> && extStatus == true){
fileSizeStatus = false;
jagg.message({
content: "Image file should be less than 5MB",
Expand Down

0 comments on commit b91f7ba

Please sign in to comment.