Skip to content

Commit

Permalink
chore: drop jquery download
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDog896 committed Mar 23, 2024
1 parent 630c2f0 commit 915d11f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions scripts/copy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ interface DownloadFile {
}

const files: DownloadFile[] = [
{
url: 'https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js',
name: 'jquery.min.js',
integrity:
'h9kKZlwV1xrIcr2LwAPZhjlkx+x62mNwuQK5PAu9d3D+JXMNlGx8akZbqpXvp0vA54rz+DrqYVrzUGDMhwKmwQ=='
},
{
url: 'https://unpkg.com/[email protected]/build/mathquill.min.js',
name: 'mathquill.min.js.txt',
Expand Down

0 comments on commit 915d11f

Please sign in to comment.