diff --git a/upload/static/js/mobile/common.js b/upload/static/js/mobile/common.js index 6c0fdd3170cddabff5429e0e22a26828251fe4d7..01d1e0dac711bde84899b5dd6d3eb0fab042ae04 100644 --- a/upload/static/js/mobile/common.js +++ b/upload/static/js/mobile/common.js @@ -271,7 +271,7 @@ var redirect = { qSelA('.redirect').forEach(function (rd) { rd.addEventListener('click', function () { popup.close(); - window.location.href = this.href; + window.location.href = this.getAttribute('href'); }); }); }