Skip to content

Commit

Permalink
remove temp search facsimile page
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucaterre committed Jun 19, 2024
1 parent bca44e4 commit 52d0e2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/views/FacSimileView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@

<!-- Mirador viewer section -->
<div class='container-mirador'>
<p>Rechercher dans la page</p>
<!--<p>Rechercher dans la page</p>
<br>
<input type="text" id="searchFacSimile" placeholder="Recherchez...">
<button @click="searchText">Rechercher</button>
<button @click="removeSearchHighlight">Effacer</button>
<button @click="removeSearchHighlight">Effacer</button>-->
<div id='mirador'></div>
</div>
<!-- Raw predictions section -->
Expand Down
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ module.exports = {
port: 9091,
},
publicPath: process.env.NODE_ENV === 'production' ? "/endp" : "/"
// publicPath: process.env.NODE_ENV === 'production' ? "/" : "/"
//publicPath: process.env.NODE_ENV === 'production' ? "/" : "/"
}

0 comments on commit 52d0e2f

Please sign in to comment.