|
@@ -1190,7 +1190,9 @@ $(function(){
|
|
|
$(".com-original").attr("href",originalUrl);
|
|
|
$(".com-original").click(function(event){
|
|
|
event.preventDefault();
|
|
|
- window.location.href = '/front/transfer?url='+encodeURIComponent($(this).attr("href"));
|
|
|
+ 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"));
|
|
|
});
|
|
|
|
|
|
//var sds = {{.T.keywords}};
|