From 6b3d45064c610c0ea889f4eeadbb2215351f71bc Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Sat, 2 Jun 2018 19:17:57 +0200 Subject: [PATCH] Fix wrong class in auth panel --- umap/templates/registration/login.html | 2 +- umap/templates/umap/login_popup_end.html | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/umap/templates/registration/login.html b/umap/templates/registration/login.html index 3d052eb4..265af5d6 100644 --- a/umap/templates/registration/login.html +++ b/umap/templates/registration/login.html @@ -29,7 +29,7 @@ diff --git a/umap/templates/umap/login_popup_end.html b/umap/templates/umap/login_popup_end.html index 7873be76..fe2c1bfc 100644 --- a/umap/templates/umap/login_popup_end.html +++ b/umap/templates/umap/login_popup_end.html @@ -6,8 +6,7 @@ function proceed() { if (window.opener) { - console.log(window.opener); - window.opener.storage_proceed(); + window.opener.umap_proceed(); } } @@ -16,4 +15,4 @@ proceed(); // To handle errors, this template should be integrated into your authentication error message page // Note that you can call any window.opener function like window.opener.func - \ No newline at end of file +