|
|
@@ -12,6 +12,7 @@
|
|
|
* Copyright(C) 2020 TSIT, All rights reserved.
|
|
|
*============================================================================
|
|
|
* VER DATE AUTHOR DESCRIPTION
|
|
|
+
|
|
|
* === =========== ========== =============================================
|
|
|
* 1.0 2021.05.12 sowon 최초 작성
|
|
|
*******************************************************************************
|
|
|
@@ -21,15 +22,11 @@
|
|
|
|
|
|
<!-- 이벤트를 위한 임시 script 및 style 추가 시작 (21.10.22 by junghwan) -->
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/bxslider/4.2.12/jquery.bxslider.css" th:if="${planInfo.planSq}==38 or ${planInfo.planSq}==43">
|
|
|
-<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js" th:if="${planInfo.planSq}==38 or ${planInfo.planSq}==43"></script>
|
|
|
+<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js" th:if="${planInfo.planSq}==38 or ${planInfo.planSq}==43"></script> -->
|
|
|
<script src="https://cdn.jsdelivr.net/bxslider/4.2.12/jquery.bxslider.min.js" th:if="${planInfo.planSq}==38 or ${planInfo.planSq}==43"></script>
|
|
|
|
|
|
<!-- 스타일데이 -->
|
|
|
-<<<<<<< HEAD
|
|
|
<script src="https://mattstow.com/experiment/responsive-image-maps/jquery.rwdImageMaps.min.js" th:if="${planInfo.planSq}==38"></script>
|
|
|
-=======
|
|
|
-<script src="http://mattstow.com/experiment/responsive-image-maps/jquery.rwdImageMaps.min.js" th:if="${planInfo.planSq}==38"></script>
|
|
|
->>>>>>> branch 'stage_tsit' of https://style24@dev.azure.com/style24/style24/_git/style24.front
|
|
|
<script th:if="${planInfo.planSq}==38">
|
|
|
$(function(){
|
|
|
$('.gift_slider').bxSlider({
|