From e329bff7da928852383fa3fd3ddf00facfa475fb Mon Sep 17 00:00:00 2001 From: Samy Date: Thu, 17 Oct 2019 11:17:29 +0200 Subject: [PATCH] Update admin.js --- data/web/js/site/admin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/web/js/site/admin.js b/data/web/js/site/admin.js index 13d99ace..d909a793 100644 --- a/data/web/js/site/admin.js +++ b/data/web/js/site/admin.js @@ -298,7 +298,7 @@ jQuery(function($){ $.each(data, function (i, item) { item.action = '
' + ' ' + lang.edit + '' + - ' ' + lang.remove + '' + + ' ' + lang.remove + '' + '
'; item.scope = "profile"; item.grant_types = 'refresh_token password authorization_code';