commit
19867bbb77
1 changed files with 3 additions and 2 deletions
|
@ -98,6 +98,7 @@
|
||||||
}, function () {
|
}, function () {
|
||||||
|
|
||||||
Dashboard.hideLoadingMsg();
|
Dashboard.hideLoadingMsg();
|
||||||
|
|
||||||
return {
|
return {
|
||||||
TrialVersion: true,
|
TrialVersion: true,
|
||||||
IsValid: true,
|
IsValid: true,
|
||||||
|
@ -110,7 +111,7 @@
|
||||||
slideDownToShow(context.querySelector('#seriesFields'));
|
slideDownToShow(context.querySelector('#seriesFields'));
|
||||||
context.querySelector('.btnSubmitContainer').classList.remove('hide');
|
context.querySelector('.btnSubmitContainer').classList.remove('hide');
|
||||||
|
|
||||||
getRegistration(getParameterByName('programid')).then(function (regInfo) {
|
getRegistration(currentProgramId).then(function (regInfo) {
|
||||||
|
|
||||||
if (regInfo.IsValid) {
|
if (regInfo.IsValid) {
|
||||||
context.querySelector('.btnSubmitContainer').classList.remove('hide');
|
context.querySelector('.btnSubmitContainer').classList.remove('hide');
|
||||||
|
@ -238,7 +239,7 @@
|
||||||
|
|
||||||
$('.itemMiscInfo', context).html(LibraryBrowser.getMiscInfoHtml(program));
|
$('.itemMiscInfo', context).html(LibraryBrowser.getMiscInfoHtml(program));
|
||||||
|
|
||||||
$('.itemMiscInfo a').each(function() {
|
$('.itemMiscInfo a').each(function () {
|
||||||
$(this).replaceWith(this.innerHTML);
|
$(this).replaceWith(this.innerHTML);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue