updated 修复非同辈关系逆转bug问题
This commit is contained in:
parent
815f0d7974
commit
07d39746af
4953
dist/relationship.js
vendored
4953
dist/relationship.js
vendored
File diff suppressed because it is too large
Load Diff
3
dist/relationship.min.js
vendored
3
dist/relationship.min.js
vendored
File diff suppressed because one or more lines are too long
@ -16,7 +16,7 @@
|
|||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
setTimeout(function(){
|
setTimeout(function(){
|
||||||
if(location.hostname.indexOf('passer-by.com')<0){
|
if(location.hostname.indexOf('passer-by.com')<0){
|
||||||
location.href = 'http://passer-by.com/';
|
//location.href = 'http://passer-by.com/';
|
||||||
}else if( window.top != window.self ) {
|
}else if( window.top != window.self ) {
|
||||||
window.top.location = self.location.href;
|
window.top.location = self.location.href;
|
||||||
}
|
}
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user