Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos committed Apr 11, 2024
1 parent b43d0cf commit 2eeec54
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 23 deletions.
21 changes: 0 additions & 21 deletions src/helpers/isExternal.js
Original file line number Diff line number Diff line change
@@ -1,24 +1,3 @@
/**
* @copyright Copyright (c) 2024 Vitor Mattos <[email protected]>
*
* @author Vitor Mattos <[email protected]>
*
* @license GNU AGPL version 3 or any later version
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

export const isExternal = (to, from) => {
if (from.path === '/') {
return to.path.startsWith('/p/')
Expand Down
1 change: 0 additions & 1 deletion src/views/SignPDF/SignPDF.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<script>
import { showErrors } from '../../helpers/errors.js'
import PdfEditor from '../../Components/PdfEditor/PdfEditor.vue'
import { emit } from '@nextcloud/event-bus'
import { useSignStore } from '../../store/sign.js'
import { useFilesStore } from '../../store/files.js'
import { useSignMethodsStore } from '../../store/signMethods.js'
Expand Down
2 changes: 1 addition & 1 deletion src/views/Validation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ form{
margin: 20px;
border-radius: 8px;
max-width: 500px;
width: 100%;
width: 100%;
box-shadow: 0 0 6px 0 var(--color-box-shadow);
@media screen and (max-width: 900px) {
Expand Down

0 comments on commit 2eeec54

Please sign in to comment.