Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed Jul 4, 2024
1 parent f1882c2 commit c3dc62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/ResultView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
<template v-if="isComplex">
{{ item.query.lastIndexOf('_') != -1 ? item.query.substring(item.query.lastIndexOf('_')+1) : '' }} ➔
</template>
<a style="text-decoration: underline; color: #2196f3;" v-if="Array.isArray(item.href)" @click="forwardDropdown($event, item.href)"rel="noopener" :title="item.target">{{item.target}} Ext</a>
<a style="text-decoration: underline; color: #2196f3;" v-if="Array.isArray(item.href)" @click="forwardDropdown($event, item.href)"rel="noopener" :title="item.target">{{item.target}}</a>
<a v-else :href="item.href" target="_blank" rel="noopener" :title="item.target">{{item.target}}</a>
</td>
<td class="long" data-label="Description" v-if="entry.hasDescription">
Expand Down

0 comments on commit c3dc62c

Please sign in to comment.