Skip to content

Commit

Permalink
update arethusa
Browse files Browse the repository at this point in the history
  • Loading branch information
zfletch committed May 13, 2020
1 parent 169f2fb commit 4c9f9fd
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ In the `<head>` of the HTML file on the page that will contain Arethusa
window.dagred3path = "vendor/dagre-d3/dagre-d3.min.js";
</script>

<link rel="stylesheet" type="text/css" href="/public/url/arethusa/dist/arethusa.min.css">
<link rel="stylesheet" type="text/css" href="/public/url/arethusa/css/arethusa.min.css">
<link rel="stylesheet" type="text/css" href="/public/url/arethusa/css/colorpicker.css">
<link rel="stylesheet" type="text/css" href="/public/url/arethusa/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="/public/url/arethusa/css/foundation-icons.css">
Expand Down
2 changes: 1 addition & 1 deletion arethusa
Submodule arethusa updated 1 files
+1 −0 deploy_widget.sh
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arethusa-widget",
"version": "1.0.0",
"version": "2.0.0",
"description": "Arethusa treebank editor embedded widget",
"main": "dist/index.js",
"repository": {
Expand Down
12 changes: 6 additions & 6 deletions src/demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
window.dagred3path = "vendor/dagre-d3/dagre-d3.min.js";
</script>

<link rel="stylesheet" type="text/css" href="./arethusa/dist/arethusa.min.css">
<link rel="stylesheet" type="text/css" href="./arethusa/css/arethusa.min.css">
<link rel="stylesheet" type="text/css" href="./arethusa/css/colorpicker.css">
<link rel="stylesheet" type="text/css" href="./arethusa/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="./arethusa/css/foundation-icons.css">
<link rel="stylesheet" type="text/css" href="./arethusa/css/widget.css">
</head>

<body>
<h1>
<center>
Treebank Widget Demo
</center>
</h1>
<center>
<h1>
Arethusa Widget Demo
</h1>
</center>
<hr>
<center>
<div style="width: 80hh; height: 75vh;">
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4c9f9fd

Please sign in to comment.