Skip to content

Commit fe6fc8e

Browse files
committed
Use local copy of YasGUI and related libraries
1 parent 6d8ecf5 commit fe6fc8e

File tree

12 files changed

+62
-5
lines changed

12 files changed

+62
-5
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"lint": "eslint --fix './static/*-gui.js'"
55
},
66
"devDependencies": {
7+
"@triply/yasgui": "^4.2.28",
8+
"@triply/yasr": "^4.2.28",
79
"eslint": "^8.57.0"
810
}
911
}

static/yasqe.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/yasqe.min.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/yasqe.min.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/yasr.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/yasr.min.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/yasr.min.js.LICENSE.txt

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
/* @license
2+
Papa Parse
3+
v5.3.1
4+
https://github.com/mholt/PapaParse
5+
License: MIT
6+
*/
7+
8+
/*!
9+
* Sizzle CSS Selector Engine v2.3.5
10+
* https://sizzlejs.com/
11+
*
12+
* Copyright JS Foundation and other contributors
13+
* Released under the MIT license
14+
* https://js.foundation/
15+
*
16+
* Date: 2020-03-14
17+
*/
18+
19+
/*!
20+
* The buffer module from node.js, for the browser.
21+
*
22+
* @author Feross Aboukhadijeh <http://feross.org>
23+
* @license MIT
24+
*/
25+
26+
/*!
27+
* jQuery JavaScript Library v3.5.1
28+
* https://jquery.com/
29+
*
30+
* Includes Sizzle.js
31+
* https://sizzlejs.com/
32+
*
33+
* Copyright JS Foundation and other contributors
34+
* Released under the MIT license
35+
* https://jquery.org/license
36+
*
37+
* Date: 2020-05-04T22:49Z
38+
*/
39+
40+
/*! @license DOMPurify | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.0.8/LICENSE */
41+
42+
/*! DataTables 1.10.24
43+
* ©2008-2021 SpryMedia Ltd - datatables.net/license
44+
*/
45+
46+
/*! queue-microtask. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */

static/yasr.min.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/collections.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{% block content %}
44

5-
<script src="{{url_for('static',filename='node_modules/@triply/yasr/build/yasr.min.js')}}"></script>
5+
<script src="{{url_for('static',filename='yasr.min.js')}}"></script>
66

77

88
<p>

templates/repositories.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{% block content %}
44

5-
<script src="{{url_for('static',filename='node_modules/@triply/yasr/build/yasr.min.js')}}"></script>
5+
<script src="{{url_for('static',filename='yasr.min.js')}}"></script>
66

77
<p>
88
All research data in the knowledge graph must be published in a trusted

0 commit comments

Comments
 (0)