Skip to content

Commit c2b0346

Browse files
Revert these changes
As they only make sense in main and 3.12 lines
1 parent 259343a commit c2b0346

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

deps/rabbitmq_management/priv/www/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@
1616
<script src="js/prefs.js" type="text/javascript"></script>
1717
<script src="js/formatters.js" type="text/javascript"></script>
1818
<script src="js/charts.js" type="text/javascript"></script>
19-
<script src="js/oidc-oauth/helper.js"></script>
2019
<script src="js/oidc-oauth/oidc-client-ts.js" type="text/javascript"></script>
21-
<script src="js/oidc-oauth/bootstrap.js"></script>
20+
<script src="js/oidc-oauth/helper.js"></script>
2221

2322
<link href="css/main.css" rel="stylesheet" type="text/css"/>
2423
<link href="favicon.ico" rel="shortcut icon" type="image/x-icon"/>

deps/rabbitmq_management/priv/www/js/oidc-oauth/helper.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
var mgr;
33
var _management_logger;
44

5-
/*
6-
function oauth_initialize_if_required_deprecated() {
5+
function oauth_initialize_if_required() {
76
rabbit_port = window.location.port ? ":" + window.location.port : ""
87
rabbit_path_prefix = window.location.pathname.replace(/(\/js\/oidc-oauth\/.*$|\/+$)/, "")
98
rabbit_base_uri = window.location.protocol + "//" + window.location.hostname
@@ -19,7 +18,6 @@ function oauth_initialize_if_required_deprecated() {
1918
}
2019

2120
}
22-
*/
2321

2422
function rabbit_base_uri() {
2523
return window.location.protocol + "//" + window.location.hostname + rabbit_port() + rabbit_path_prefix()

0 commit comments

Comments
 (0)