diff --git a/BO/obj/Debug/BO.csprojAssemblyReference.cache b/BO/obj/Debug/BO.csprojAssemblyReference.cache index 3cc7d20..ca5c69c 100644 Binary files a/BO/obj/Debug/BO.csprojAssemblyReference.cache and b/BO/obj/Debug/BO.csprojAssemblyReference.cache differ diff --git a/Base/obj/Debug/Base.csprojAssemblyReference.cache b/Base/obj/Debug/Base.csprojAssemblyReference.cache index 2e0f685..5455e2b 100644 Binary files a/Base/obj/Debug/Base.csprojAssemblyReference.cache and b/Base/obj/Debug/Base.csprojAssemblyReference.cache differ diff --git a/Dao/obj/Debug/Dao.csprojAssemblyReference.cache b/Dao/obj/Debug/Dao.csprojAssemblyReference.cache index 3fa2a6e..cc42b5a 100644 Binary files a/Dao/obj/Debug/Dao.csprojAssemblyReference.cache and b/Dao/obj/Debug/Dao.csprojAssemblyReference.cache differ diff --git a/FO/js/filescript.js b/FO/js/filescript.js index 38115af..8bb4779 100644 --- a/FO/js/filescript.js +++ b/FO/js/filescript.js @@ -9,7 +9,7 @@ if (ul.attr("data-isimage") == "1" && "png,jpg,gif".indexOf(fext) < 0) { $(f).val(""); msg("이미지파일만 첨부할 수 있습니다."); - } else if (",xlsx,xls,hwp,pdf,zip,jpg,gif,png,txt,pptx,ppt,doc,docx,psd,mp4,mp3.wmv".indexOf("," + fext + ",") < 0) { + } else if (",xlsx,xls,hwp,pdf,zip,jpg,gif,png,txt,pptx,ppt,doc,docx,psd,mp4,mp3,wmv,".indexOf("," + fext + ",") < 0) { $(f).val(""); msg("허용된 파일유형이 아닙니다.(" + fext + ")"); } diff --git a/Model/obj/Debug/Model.csprojAssemblyReference.cache b/Model/obj/Debug/Model.csprojAssemblyReference.cache index 3fad45b..fdab94e 100644 Binary files a/Model/obj/Debug/Model.csprojAssemblyReference.cache and b/Model/obj/Debug/Model.csprojAssemblyReference.cache differ