Skip to content

Commit

Permalink
need to fix this (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh authored and [email protected] committed Dec 7, 2020
1 parent c1b0746 commit afb1337
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/assets/javascripts/components/clone_case/_modal.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script type="text/javascript">
<script type="application/javascript">
// Tooltip
$(function () {
$('[data-toggle="tooltip"]').tooltip();
Expand Down
2 changes: 1 addition & 1 deletion app/assets/javascripts/components/export_case/_modal.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script type="text/javascript">
<script type="application/javascript">
// Tooltip
$(function () {
$('[data-toggle="tooltip"]').tooltip();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script type="text/javascript">
<script type="application/javascript">
// Tooltip
$(function () {
$('[data-toggle="tooltip"]').tooltip();
Expand Down
2 changes: 1 addition & 1 deletion app/assets/templates/views/wizardModal.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h2>Solr or Elasticsearch?</h2>
"update-queryresponsewriter": {
"name": "json",
"class": "solr.JSONResponseWriter",
"content-type": "text/javascript; charset=UTF-8"
"content-type": "application/javascript; charset=UTF-8"
}
}' {{ extractSolrConfigApiUrl(pendingWizardSettings.searchUrl) }}
</pre>
Expand Down

0 comments on commit afb1337

Please sign in to comment.