Skip to content

Commit

Permalink
Merge pull request #105 from jpkrohling/HAWKULAR-183-BindToWindow
Browse files Browse the repository at this point in the history
HAWKULAR-183 - Changed the syntax to bind to window.
  • Loading branch information
mtho11 committed May 11, 2015
2 parents b6d2024 + cbf5510 commit 6c2056e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/accounts/plugins/accounts/ts/accountsPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ module HawkularAccounts {
}]);

hawtioPluginLoader.registerPreBootstrapTask((next) => {
KeycloakConfig = "/keycloak.json";
window['KeycloakConfig'] = "/keycloak.json";
next();
}, true);

Expand Down

0 comments on commit 6c2056e

Please sign in to comment.