Commit 62e5bb15 by Kim Eunchul

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

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