Commit 23d4c926 authored by liuzheng712's avatar liuzheng712

web log_kill

parent c354b646
......@@ -213,7 +213,7 @@
if (login_type=='web'){
var g_url = '{{ web_kill_uri }}' + '?id=' + num;
} else {
var g_url = "{% url 'log_kill' %} ?id=" + num;
var g_url = "{% url 'log_kill' %}?id=" + num;
}
$.ajax({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment