Skip to content

Commit

Permalink
replace demo doi
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephMcArthur authored Sep 5, 2024
1 parent 755dc43 commit 6c449fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/shareyourpaper.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ var _run = function() {
var cml = _oab_config.problem_email ? _oab_config.problem_email : (_oab_config.email ? _oab_config.email : (_oab_config.adminemail ? _oab_config.adminemail : undefined));
_lib_contact = 'Please try ' + (cml ? '<a href="mailto:' + cml + '"><u>contacting your library</u></a>' : 'contacting your library') + ' directly.';
if (_oab_opts.bootstrap === undefined) _oab_opts.bootstrap = 'btn btn-primary btn-iu';
if (_oab_opts.placeholder === undefined) _oab_opts.placeholder = 'e.g. 10.1016/j.spmi.2019.106308';
if (_oab_opts.placeholder === undefined) _oab_opts.placeholder = 'e.g. 10.1016/j.cplett.2012.10.045';
if (_oab_opts.data === undefined) _oab_opts.data = false;
var api = _oab_opts.api ? _oab_opts.api : 'https://api.openaccessbutton.org';
var site = _oab_opts.site ? _oab_opts.site : 'https://openaccessbutton.org';
Expand Down

0 comments on commit 6c449fc

Please sign in to comment.