Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scoreboard graph won't appear #2

Open
arasydafa opened this issue Aug 1, 2023 · 2 comments
Open

Scoreboard graph won't appear #2

arasydafa opened this issue Aug 1, 2023 · 2 comments

Comments

@arasydafa
Copy link

I am using CTFd version 3.5.2. I have already cloned this repository into my own CTFd directory, which is located at CTFd/CTFd/themes/. However, I am facing an issue where the scoreboard graph won't appear; instead, it just shows a blinking typing cursor. I have waited for several minutes, but it still won't load.

@JPSxzy8
Copy link

JPSxzy8 commented Nov 15, 2023

This is for some reason on purpose: a214fe8

@KriyenKP
Copy link

KriyenKP commented Nov 15, 2023

As @JPSxzy8 said
if you want it just re-add the ffg on line 11 in scoreboard.html :

<div id="score-graph" class="row d-flex align-items-center">
	<div class="col-md-12 text-center">
		<i class="fas fa-circle-notch fa-spin fa-3x fa-fw spinner"></i>
	</div>
</div>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants