|
|
@@ -106,7 +106,7 @@
|
|
|
</th:block>
|
|
|
</select>
|
|
|
<input name="viewTime" id="viewTime" type="hidden" data-valid-name="미리보기 시간" />
|
|
|
- <input type="hidden" name="uploadDefaultUrl" id="uploadDefaultUrl" th:value="${@environment.getProperty('upload.image.view') + '/display/main/'}"/>
|
|
|
+ <input type="hidden" name="uploadDefaultUrl" id="uploadDefaultUrl" th:value="${@environment.getProperty('upload.image.view') + '/mainLayout/'}"/>
|
|
|
</span>
|
|
|
<span>
|
|
|
<button type="button" class="btn btn-info btn-lg" id="btnView">미리보기</button>
|
|
|
@@ -628,7 +628,7 @@
|
|
|
if (typeof(file) == 'undefined'){
|
|
|
return;
|
|
|
}
|
|
|
- gagajf.ajaxFileUpload('/common/file/upload?subDir=/main'
|
|
|
+ gagajf.ajaxFileUpload('/common/file/upload?subDir=/mainLayout'
|
|
|
, file
|
|
|
, function(result) {
|
|
|
$(obj).closest('div').find('input:hidden[name=sysFileNm]').val(result.oldFileName);
|