Commit 6a332760 by Masaru Abe

テスト対応

parent b08b35ca
...@@ -1068,7 +1068,7 @@ Setting dialog [ end ] ...@@ -1068,7 +1068,7 @@ Setting dialog [ end ]
BOOKMARK.showContentView = function(){ BOOKMARK.showContentView = function(){
//TOPに戻す //TOPに戻す
var y = 0 var y = 0;
if( document.documentElement.scrollTop ){ if( document.documentElement.scrollTop ){
y = document.documentElement.scrollTop; y = document.documentElement.scrollTop;
} }
......
...@@ -1418,7 +1418,7 @@ CONTENTSEARCH.showContentShareDlgFunction = function(e) { ...@@ -1418,7 +1418,7 @@ CONTENTSEARCH.showContentShareDlgFunction = function(e) {
CONTENTSEARCH.showContentView = function(){ CONTENTSEARCH.showContentView = function(){
//TOPに戻す //TOPに戻す
var y = 0 var y = 0;
if( document.documentElement.scrollTop ){ if( document.documentElement.scrollTop ){
y = document.documentElement.scrollTop; y = document.documentElement.scrollTop;
} }
......
...@@ -1545,7 +1545,7 @@ HISTORY.showContentShareDlgFunction = function(e) { ...@@ -1545,7 +1545,7 @@ HISTORY.showContentShareDlgFunction = function(e) {
HISTORY.showContentView = function(){ HISTORY.showContentView = function(){
var y = 0 var y = 0;
if( document.documentElement.scrollTop ){ if( document.documentElement.scrollTop ){
y = document.documentElement.scrollTop; y = document.documentElement.scrollTop;
} }
......
...@@ -2765,7 +2765,7 @@ HOME.cssInit = function(){ ...@@ -2765,7 +2765,7 @@ HOME.cssInit = function(){
HOME.showContentView = function(){ HOME.showContentView = function(){
var y = 0 var y = 0;
if( document.documentElement.scrollTop ){ if( document.documentElement.scrollTop ){
y = document.documentElement.scrollTop; y = document.documentElement.scrollTop;
} }
......
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