Skip to content

Commit

Permalink
[wip]
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgriffiniii committed Jul 8, 2022
1 parent 1307ebe commit c546ef2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/javascript/packs/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ import * as ActiveStorage from "@rails/activestorage"
import "channels"
import { isOrcid } from './orcid'

window.isOrcid = isOrcid

$(document).on('turbolinks:load', () => {
console.log('trace')
window.isOrcid = isOrcid
console.log('trace1')
console.log(window.isOrcid)

})
Expand Down

0 comments on commit c546ef2

Please sign in to comment.