From b13c76816d52bdd6bdd9d6307c658eac59cb409a Mon Sep 17 00:00:00 2001 From: ArtemB Date: Tue, 15 Aug 2023 12:42:27 +0300 Subject: [PATCH] 0.0.92 --- static/js/user_profile.js | 4 ++++ 1 file changed, 4 insertions(+) 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) + } }); }