Commit c354b646 authored by liuzheng712's avatar liuzheng712

web log_kill

parent 9c93d5a8
...@@ -213,7 +213,7 @@ ...@@ -213,7 +213,7 @@
if (login_type=='web'){ if (login_type=='web'){
var g_url = '{{ web_kill_uri }}' + '?id=' + num; var g_url = '{{ web_kill_uri }}' + '?id=' + num;
} else { } else {
var g_url = "{% url 'log_kill' %} }?id=" + num; var g_url = "{% url 'log_kill' %} ?id=" + num;
} }
$.ajax({ $.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