Merge pull request #13822 from rabbitmq/lukebakken/delete-unused-js

Remove unused Javascript functions
This commit is contained in:
Michael Klishin 2025-04-29 03:09:10 +04:00 committed by GitHub
commit 467601a62d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 9 deletions

View File

@ -81,15 +81,6 @@ function dispatcher() {
} }
} }
function getParameterByName(name) {
var match = RegExp('[#&]' + name + '=([^&]*)').exec(window.location.hash);
return match && decodeURIComponent(match[1].replace(/\+/g, ' '));
}
function getAccessToken() {
return getParameterByName('access_token');
}
function start_app_login () { function start_app_login () {
app = new Sammy.Application(function () { app = new Sammy.Application(function () {
this.get('/', function () {}) this.get('/', function () {})