Commit 62e5bb15 by Kim Eunchul

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

parent f8ea6797
......@@ -292,7 +292,7 @@ HEADER.searchHeaderButtonFunction = function(){
myQuery = '( true';
}else{
myRegExpArr[0] = new RegExp(myArray[0].slice(1));
myQuery = '( true'
myQuery = '( true';
count++;
}
}else{
......
......@@ -524,7 +524,7 @@ HOME.ResizeTab = function() {
}else{
$(".tops p").css("top", "40px");
}
}
};
// Canvas Click function
HOME.canvasClickFunction = function(e) {
......
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