Skip to content

Commit

Permalink
minor bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jomla committed Oct 22, 2018
1 parent 71354c3 commit 589ea9d
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 18 deletions.
6 changes: 3 additions & 3 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
Copyright (C) 2018 Berlin-Brandenburg Academy of Sciences and Humanities.
csLink is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
csLink is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
GNU Lesser General Public License for more details.
You should have received a copy of the GNU General Public License
You should have received a copy of the GNU Lesser General Public License
along with csLink. If not, see <http://www.gnu.org/licenses/>.
-->
Expand Down
8 changes: 4 additions & 4 deletions dist/static/js/cslink.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
Copyright (C) 2018 Berlin-Brandenburg Academy of Sciences and Humanities.
csLink is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
csLink is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
GNU Lesser General Public License for more details.
You should have received a copy of the GNU General Public License
You should have received a copy of the GNU Lesser General Public License
along with csLink. If not, see <http://www.gnu.org/licenses/>.
-->
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "csLink",
"version": "1.0.1",
"version": "1.0.2",
"description": "Explore Networks of Letters",
"author": "Jonas Müller-Laackman <[email protected]>",
"private": true,
Expand Down
7 changes: 3 additions & 4 deletions src/csLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
Copyright (C) 2018 Berlin-Brandenburg Academy of Sciences and Humanities.

csLink is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

csLink is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
GNU Lesser General Public License for more details.

You should have received a copy of the GNU General Public License
You should have received a copy of the GNU Lesser General Public License
along with csLink. If not, see <http://www.gnu.org/licenses/>.

*/
Expand Down Expand Up @@ -404,7 +404,6 @@ export default {
}
}
}
// const median = (length === undefined) ? 0 : Math.floor(length / 2);
const results = [];
let i = 0;
let j = 0;
Expand Down
4 changes: 2 additions & 2 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ the Free Software Foundation, either version 3 of the License, or
csLink is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
GNU Lesser General Public License for more details.
You should have received a copy of the GNU General Public License
You should have received a copy of the GNU Lesser General Public License
along with csLink. If not, see <http://www.gnu.org/licenses/>.
*/
Expand Down

0 comments on commit 589ea9d

Please sign in to comment.