We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e77e7b6 commit 9aa3198Copy full SHA for 9aa3198
banscreen.html
@@ -48,6 +48,7 @@ <h1>Banned From Coding Hut</h1>
48
49
$(document).ready(function() {
50
var username = getParameterByName('username');
51
+ const username = localStorage.getItem('username')
52
53
$.getJSON('bannedusers.json', function(data) {
54
var bannedUsers = data.bannedusers;
0 commit comments