Commit a89781e1 by Kim Eunchul

#39713 コンテンツの回転表示

parent 62e5bb15
......@@ -1183,7 +1183,7 @@ CONTENTSEARCH.overClick = function() {
// prevent clicking for 2 sec
setTimeout(function () {
CONTENTSEARCH.click = true;
}, 1000)
}, 1000);
return false;
} else {
......
......@@ -263,7 +263,7 @@ CONTENTVIEW_EVENTS.overClick = function() {
// prevent clicking for 2 sec
setTimeout(function () {
CONTENTVIEW_EVENTS.click = true;
}, 1000)
}, 1000);
return false;
} else {
......
......@@ -248,7 +248,7 @@ HEADER.overClick = function() {
// prevent clicking for 2 sec
setTimeout(function () {
HEADER.click = true;
}, 1000)
}, 1000);
return false;
} else {
......@@ -364,6 +364,7 @@ HEADER.searchHeaderButtonFunction = function(){
return;
}
}
if(count > 5){
alert('語句数は最大5つです');
return;
......
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