Commit 42ef74b5 authored by shoei.kanno's avatar shoei.kanno

フッターリンク修正

parent 98245fb2
......@@ -58,7 +58,7 @@ $(function(){
$('#showStock').append(stockField);
//stock0の時BTN非表示
if($(event.target.parentNode.previousElementSibling.value) == "0"){
if($(event.target.parentNode.previousElementSibling.value) == 0){
$('#cartBtn').hide();
}
......@@ -123,6 +123,9 @@ $('.cartBtn').on('click', function(event){
dataType: "json",
data: JSON.stringify(data)
})
.fail(function(){
alert("購入数が在庫数を上回っています。");
})
//[#modal-content]と[#modal-overlay]をフェードアウトした後に…
$( "#modal-content,#modal-overlay" ).fadeOut( "slow" , function(){
......
......@@ -123,7 +123,7 @@
<div class="container">
<div class="row">
<div class="col-md-12">
<p class="center">Made with <i class="fa fa-heart"></i> by <a href="https://revolthemes.net/" target="_blank">Limited</a>. All Rights Reserved</p>
<p class="center">Made with <i class="fa fa-heart"></i> by <a href="#" target="_blank">Limited</a>. All Rights Reserved</p>
</div>
</div>
......
......@@ -77,7 +77,7 @@
<div class="container">
<div class="row">
<div class="col-md-12">
<p class="center">Made with <i class="fa fa-heart"></i> by <a href="https://revolthemes.net/" target="_blank">Limited</a>. All Rights Reserved</p>
<p class="center">Made with <i class="fa fa-heart"></i> by <a href="#" target="_blank">Limited</a>. All Rights Reserved</p>
</div>
</div>
......
......@@ -97,7 +97,7 @@
<div class="container">
<div class="row">
<div class="col-md-12">
<p class="center">Made with <i class="fa fa-heart"></i> by <a href="https://revolthemes.net/" target="_blank">Limited</a>. All Rights Reserved</p>
<p class="center">Made with <i class="fa fa-heart"></i> by <a href="#" target="_blank">Limited</a>. All Rights Reserved</p>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment