mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-01 07:27:35 +00:00
bugfix
修复chrome浏览器有时候不能阻断的bug
This commit is contained in:
@@ -223,10 +223,12 @@
|
|||||||
$.ajax({
|
$.ajax({
|
||||||
type: "GET",
|
type: "GET",
|
||||||
url: g_url,
|
url: g_url,
|
||||||
success: window.open("/jlog/log_list/online/", "_self")
|
success: function(){
|
||||||
|
document.location.reload();
|
||||||
|
}
|
||||||
// error: window.open(g_url, "_self")
|
// error: window.open(g_url, "_self")
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Reference in New Issue
Block a user