|
|
@@ -2354,6 +2354,7 @@
|
|
|
$(document).ready( function() {
|
|
|
|
|
|
$('.timer_box').css('display', 'none');
|
|
|
+
|
|
|
//210526_ 추가 : 이미지 style 속성 제거
|
|
|
$(".mdhtml_box style").remove();$(".mdhtml_box img").removeAttr("style");
|
|
|
|
|
|
@@ -2362,6 +2363,9 @@
|
|
|
var goodsDesc = [[${goodsInfo.goodsDesc}]];
|
|
|
if ("N" == [[${goodsInfo.tobeFormYn}]] && !gagajf.isNull(goodsDesc)){
|
|
|
$('#goodsDescHtml').html([[${#strings.unescapeJava(#strings.escapeJava(goodsInfo.goodsDesc))}]]);
|
|
|
+
|
|
|
+ $(".mdhtml_box style").remove();$(".mdhtml_box img").removeAttr("style"); // 이 위치에 있어야해요.
|
|
|
+
|
|
|
}
|
|
|
|
|
|
var params = new Object();
|