mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Stop using plugin-example.com, closes #1074
This commit is contained in:
parent
84bc7244c1
commit
bf18b9ba17
4 changed files with 15 additions and 15 deletions
|
|
@ -8,10 +8,10 @@ import json
|
|||
def extra_js_urls():
|
||||
return [
|
||||
{
|
||||
"url": "https://plugin-example.com/jquery.js",
|
||||
"url": "https://plugin-example.datasette.io/jquery.js",
|
||||
"sri": "SRIHASH",
|
||||
},
|
||||
"https://plugin-example.com/plugin2.js",
|
||||
"https://plugin-example.datasette.io/plugin2.js",
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue