diff --git a/public/js/title.js b/public/js/title.js index 18a39ed..4febf2c 100644 --- a/public/js/title.js +++ b/public/js/title.js @@ -97,6 +97,10 @@ const edit = (eid) => { const item = $(`#${eid}`); url = item.find('img').attr('data-src'); displayName = item.find('.uk-card-title').attr('data-title'); + $('#title-progress-control').attr('hidden', ''); + } + else { + $('#title-progress-control').removeAttr('hidden'); } cover.attr('data-src', url); diff --git a/src/views/title.ecr b/src/views/title.ecr index e8c39b5..a8f37c8 100644 --- a/src/views/title.ecr +++ b/src/views/title.ecr @@ -116,26 +116,35 @@ - -
+ + +