mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 07:23:00 +00:00
show dialog when ajax requests fail
This commit is contained in:
@@ -15,7 +15,7 @@ define(['jquery', 'utils'], function ($, utils) {
|
||||
dataType : "json",
|
||||
processData: false,
|
||||
success: null,
|
||||
error: utils.log_jax_error,
|
||||
error: utils.ajax_error_dialog,
|
||||
};
|
||||
|
||||
var update = function (d1, d2) {
|
||||
|
Reference in New Issue
Block a user