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

Commit

Permalink
Merge pull request #276 from pirinthapan/master
Browse files Browse the repository at this point in the history
adding the commit done in appmgt cloud with the id f1c9b59e2fa6292d8f…
  • Loading branch information
pirinthapan committed Jun 10, 2015
2 parents a644ecd + b91f7ba commit fa54ce0
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 fa54ce0

Please sign in to comment.