From 04c23c4ee552f58f3f049b886bee596af52c9476 Mon Sep 17 00:00:00 2001 From: Tom Demeranville Date: Fri, 18 Dec 2015 16:24:07 +0000 Subject: [PATCH] added selector back in --- lib/swagger-oauth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/swagger-oauth.js b/lib/swagger-oauth.js index 084f060e..576fcd33 100644 --- a/lib/swagger-oauth.js +++ b/lib/swagger-oauth.js @@ -294,7 +294,7 @@ window.onOAuthComplete = function onOAuthComplete(token,OAuthSchemeKey) { if(b){ // if all roles are satisfied var o = null; - $.each($('.auth .api_information_panel'), function(k, v) { + $.each($('.auth .api-ic .api_information_panel'), function(k, v) { var children = v; if(children && children.childNodes) { var requiredScopes = [];