Commit f8ea6797 by Kim Eunchul

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

parent 8634be05
...@@ -1189,7 +1189,7 @@ CONTENTSEARCH.overClick = function() { ...@@ -1189,7 +1189,7 @@ CONTENTSEARCH.overClick = function() {
} else { } else {
return true; return true;
} }
} };
// Render User view date // Render User view date
CONTENTSEARCH.renderViewDate = function(id,readingContentIds) { CONTENTSEARCH.renderViewDate = function(id,readingContentIds) {
......
...@@ -269,7 +269,7 @@ CONTENTVIEW_EVENTS.overClick = function() { ...@@ -269,7 +269,7 @@ CONTENTVIEW_EVENTS.overClick = function() {
} else { } else {
return true; return true;
} }
} };
/*event click show dialog search*/ /*event click show dialog search*/
CONTENTVIEW_EVENTS.showListSearchResult = function() { CONTENTVIEW_EVENTS.showListSearchResult = function() {
......
...@@ -254,7 +254,7 @@ HEADER.overClick = function() { ...@@ -254,7 +254,7 @@ HEADER.overClick = function() {
} else { } else {
return true; return true;
} }
} };
//Button Search Event function //Button Search Event function
HEADER.searchHeaderButtonFunction = function(){ HEADER.searchHeaderButtonFunction = function(){
......
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