|
@@ -1349,9 +1349,7 @@ $(function(){
|
|
})
|
|
})
|
|
$(".abs>.original").click(function(event){
|
|
$(".abs>.original").click(function(event){
|
|
event.preventDefault();
|
|
event.preventDefault();
|
|
- var url =document.location.protocol+"//"+ window.location.host+"/front/transfer?url="+encodeURIComponent($(this).attr("href"))
|
|
|
|
- window.open('javascript:window.name', '<script>location.replace("'+url+'")<\/script>');
|
|
|
|
- //window.location.href = '/front/transfer?url='+encodeURIComponent($(this).attr("href"));
|
|
|
|
|
|
+ window.location.href = '/front/transfer?url='+encodeURIComponent($(this).attr("href"));
|
|
});
|
|
});
|
|
})
|
|
})
|
|
function reward(){
|
|
function reward(){
|