diff --git a/static/js/user_profile.js b/static/js/user_profile.js index 11a0b79..c0c66c9 100644 --- a/static/js/user_profile.js +++ b/static/js/user_profile.js @@ -454,6 +454,10 @@ function createRoute(el){ // }; + }, + error: function (data, exception){ + console.log(101) + } }); }