mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-28 16:08:22 +08:00
Remove redundant data-hook from protocol options dropdown
This commit is contained in:
parent
1cea6116b5
commit
008ab8ab86
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@
|
|||
<li>
|
||||
<a id="protocol-copy-to-repository"
|
||||
data-action="copy-to-repository"
|
||||
data-hook="protocol-copy-to-repository"
|
||||
class="<%= 'disabled' unless protocol_savable_to_repo %>"
|
||||
data-remote="true"
|
||||
href="<%= protocol_savable_to_repo ? copy_to_repository_modal_protocol_path(@protocol, format: :json) : '#' %>">
|
||||
|
|
Loading…
Add table
Reference in a new issue