We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ec795 commit 61b0f15Copy full SHA for 61b0f15
deps/rabbitmq_management/priv/www/js/main.js
@@ -81,15 +81,6 @@ function dispatcher() {
81
}
82
83
84
-function getParameterByName(name) {
85
- var match = RegExp('[#&]' + name + '=([^&]*)').exec(window.location.hash);
86
- return match && decodeURIComponent(match[1].replace(/\+/g, ' '));
87
-}
88
-
89
-function getAccessToken() {
90
- return getParameterByName('access_token');
91
92
93
function start_app_login () {
94
app = new Sammy.Application(function () {
95
this.get('/', function () {})
0 commit comments