|
@@ -541,9 +541,6 @@ var processpage = function(item,num){
|
|
|
var backToUrl = getParam('backTo')
|
|
|
if (backToUrl) {
|
|
|
return location.replace(decodeURIComponent(backToUrl))
|
|
|
- }
|
|
|
- if (document.referrer === location.href) {
|
|
|
- return location.replace('/')
|
|
|
}
|
|
|
var toHref=$("#bidLogin").attr("data-rec")
|
|
|
switch (toHref) {
|