Skip to content

Commit

Permalink
fix: delete unnecessary commens
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Aug 7, 2024
1 parent cd166a8 commit 0cc0b7e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
7 changes: 0 additions & 7 deletions components/MailchimpEmbed.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@
rel="stylesheet"
type="text/css"
/>
<!-- <div v-if="allowUseWindow">
<component :is="'script'" async>
;(function ($) { window.fnames = new Array() window.ftypes = new Array()
fnames[0] = 'EMAIL' ftypes[0] = 'email' })(jQuery) var $mcj =
jQuery.noConflict(true)
</component>
</div> -->
<component
:is="'script'"
type="text/javascript"
Expand Down
6 changes: 0 additions & 6 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,6 @@ export default defineNuxtConfig({
content: 'Wit/Oracle',
},
],
// script: [
// {
// type: 'text/javascript',
// src: '//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js',
// },
// ],
link: [
{
rel: 'preload',
Expand Down

0 comments on commit 0cc0b7e

Please sign in to comment.