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

Chess_Game added #1046

Merged
merged 1 commit into from
Aug 9, 2023
Merged

Chess_Game added #1046

merged 1 commit into from
Aug 9, 2023

Conversation

Kalivarapubindusree
Copy link
Contributor

Chess_Game is added

#606

@netlify
Copy link

netlify bot commented Aug 9, 2023

Deploy Preview for harmonious-stardust-e06cab ready!

Name Link
🔨 Latest commit 327ec8c
🔍 Latest deploy log https://app.netlify.com/sites/harmonious-stardust-e06cab/deploys/64d38ae05103c10008b8c86e
😎 Deploy Preview https://deploy-preview-1046--harmonious-stardust-e06cab.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.


if (image.innerText.length !== 0) {
if (image.innerText == 'Wpawn' || image.innerText == 'Bpawn') {
image.innerHTML = `${image.innerText} <img class='allimg allpawn' src="${image.innerText}.png" alt="">`

Check warning

Code scanning / CodeQL

DOM text reinterpreted as HTML Medium

DOM text
is reinterpreted as HTML without escaping meta-characters.
DOM text
is reinterpreted as HTML without escaping meta-characters.

else {

image.innerHTML = `${image.innerText} <img class='allimg' src="${image.innerText}.png" alt="">`

Check warning

Code scanning / CodeQL

DOM text reinterpreted as HTML Medium

DOM text
is reinterpreted as HTML without escaping meta-characters.
DOM text
is reinterpreted as HTML without escaping meta-characters.
@panwar8279 panwar8279 added gssoc23 GirlScript summer of code level2 medium labels Aug 9, 2023
@panwar8279 panwar8279 merged commit 1d1e73a into ssitvit:main Aug 9, 2023
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc23 GirlScript summer of code level2 medium
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants