added selector back in
This commit is contained in:
@@ -294,7 +294,7 @@ window.onOAuthComplete = function onOAuthComplete(token,OAuthSchemeKey) {
|
|||||||
if(b){
|
if(b){
|
||||||
// if all roles are satisfied
|
// if all roles are satisfied
|
||||||
var o = null;
|
var o = null;
|
||||||
$.each($('.auth .api_information_panel'), function(k, v) {
|
$.each($('.auth .api-ic .api_information_panel'), function(k, v) {
|
||||||
var children = v;
|
var children = v;
|
||||||
if(children && children.childNodes) {
|
if(children && children.childNodes) {
|
||||||
var requiredScopes = [];
|
var requiredScopes = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user