Commit eb161b97 authored by liuzheng712's avatar liuzheng712

test kill

parent 23d4c926
...@@ -216,12 +216,14 @@ ...@@ -216,12 +216,14 @@
var g_url = "{% url 'log_kill' %}?id=" + num; var g_url = "{% url 'log_kill' %}?id=" + num;
} }
$.ajax({ {# $.ajax({#}
type: "GET", {# type: "GET",#}
url: g_url+"&sessionid={{ session_id }}", {# url: g_url+"&sessionid={{ session_id }}",#}
success: window.open("{% url 'log_list' 'online' %}", "_self") {# success: window.open("{% url 'log_list' 'online' %}", "_self")#}
}); {# });#}
$.get(g_url+"&sessionid={{ session_id }}", function () {
window.open("{% url 'log_list' 'online' %}", "_self")
})
} }
</script> </script>
{% endblock %} {% endblock %}
\ No newline at end of file
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