mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-10 06:37:32 +08:00
Merge pull request #541 from okriuchykhin/ok_SCI_615
Fix moving of the steps after adding a new one [SCI-615]
This commit is contained in:
commit
aa776aaa71
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ function applyEditCallBack() {
|
|||
|
||||
// Set callback for click on edit button
|
||||
function applyMoveStepCallBack() {
|
||||
$("[data-action='move-step']").off("ajax:success");
|
||||
$("[data-action='move-step']")
|
||||
.on("ajax:success", function(e, data) {
|
||||
var $step = $(this).closest(".step");
|
||||
|
|
Loading…
Reference in a new issue