[fix] Update config.lua

pull/4/head
lj2007331@gmail.com 2019-11-16 23:19:01 +08:00
parent 33c1476ecf
commit 10008e82e0
1 changed files with 2 additions and 2 deletions

View File

@ -93,8 +93,8 @@ config_waf_captcha_html=[[
cache: false, cache: false,
success: function(res){ success: function(res){
var targetUrl = new URLSearchParams(location.search).get('continue') var targetUrl = new URLSearchParams(location.search).get('continue')
//targetUrl = atob(targetUrl) targetUrl = atob(targetUrl)
//location.href = targetUrl location.href = targetUrl
}, },
error: function(e) { error: function(e) {
location.reload() location.reload()