File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
deps/rabbitmq_management/priv/www Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 16
16
< script src ="js/prefs.js " type ="text/javascript "> </ script >
17
17
< script src ="js/formatters.js " type ="text/javascript "> </ script >
18
18
< script src ="js/charts.js " type ="text/javascript "> </ script >
19
- < script src ="js/oidc-oauth/helper.js "> </ script >
20
19
< 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 >
22
21
23
22
< link href ="css/main.css " rel ="stylesheet " type ="text/css "/>
24
23
< link href ="favicon.ico " rel ="shortcut icon " type ="image/x-icon "/>
Original file line number Diff line number Diff line change 2
2
var mgr ;
3
3
var _management_logger ;
4
4
5
- /*
6
- function oauth_initialize_if_required_deprecated() {
5
+ function oauth_initialize_if_required ( ) {
7
6
rabbit_port = window . location . port ? ":" + window . location . port : ""
8
7
rabbit_path_prefix = window . location . pathname . replace ( / ( \/ j s \/ o i d c - o a u t h \/ .* $ | \/ + $ ) / , "" )
9
8
rabbit_base_uri = window . location . protocol + "//" + window . location . hostname
@@ -19,7 +18,6 @@ function oauth_initialize_if_required_deprecated() {
19
18
}
20
19
21
20
}
22
- */
23
21
24
22
function rabbit_base_uri ( ) {
25
23
return window . location . protocol + "//" + window . location . hostname + rabbit_port ( ) + rabbit_path_prefix ( )
You can’t perform that action at this time.
0 commit comments