added selector back in

This commit is contained in:
Tom Demeranville
2015-12-18 16:24:07 +00:00
parent 3f9b178ce1
commit 04c23c4ee5

View File

@@ -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 = [];