diff --git a/static/js/common/tools.js b/static/js/common/tools.js index 64d99cf..6e69f88 100644 --- a/static/js/common/tools.js +++ b/static/js/common/tools.js @@ -433,7 +433,7 @@ define(['jquery', 'dialog','jsencrypt'], function ($, dialog,JSEncrypt) { */ skip: function (url) { if (url != '') { - window.open(url) + window.location = url } }, /**