Skip to content

Commit 447c429

Browse files
committed
Update all places in the code referencing named routes using JS that doesn't exist now
1 parent 14b1f13 commit 447c429

File tree

20 files changed

+12
-2115
lines changed

20 files changed

+12
-2115
lines changed

public/themes/pterodactyl/js/admin/new-server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ $(document).ready(function() {
3939

4040
$('#pUserId').select2({
4141
ajax: {
42-
url: Router.route('admin.users.json'),
42+
url: '/admin/users/accounts.json',
4343
dataType: 'json',
4444
delay: 250,
4545
data: function (params) {

public/themes/pterodactyl/js/frontend/2fa-modal.js

Lines changed: 0 additions & 89 deletions
This file was deleted.

0 commit comments

Comments
 (0)