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 7d8bc8f commit 30383d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/javascript/packs/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import Rails from "@rails/ujs"
import Turbolinks from "turbolinks"
import * as ActiveStorage from "@rails/activestorage"
import "channels"
import { isOrcid } from './orcid'
window.isOrcid = isOrcid;
//import { isOrcid } from './orcid'
//window.isOrcid = isOrcid;

Rails.start()
Turbolinks.start()
Expand Down

0 comments on commit 30383d6

Please sign in to comment.