mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
Don't redirect to a login page when responding to json messages.
Also update tests to actually check all our URLs. (imported from commit 86de2027d140da6118e2f2f60c1c86511b16c141)
This commit is contained in:
@@ -100,6 +100,7 @@ function submit_buttons() {
|
||||
function check_stream_for_send(stream_name) {
|
||||
var okay = true;
|
||||
$.ajax({
|
||||
type: "POST",
|
||||
url: "/json/subscriptions/exists/" + stream_name,
|
||||
async: false,
|
||||
success: function (data) {
|
||||
|
||||
Reference in New Issue
Block a user