fixed time for interventions
This commit is contained in:
@@ -613,7 +613,7 @@ configureEditors: function () {
|
|||||||
type: 'POST',
|
type: 'POST',
|
||||||
url: $('#editor').data('intervention-save-url')
|
url: $('#editor').data('intervention-save-url')
|
||||||
});
|
});
|
||||||
}, 0);
|
}, timeUntilIntervention);
|
||||||
} else if ($('#editor').data('rfc-interventions')) {
|
} else if ($('#editor').data('rfc-interventions')) {
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
var button = $('#requestComments');
|
var button = $('#requestComments');
|
||||||
@@ -630,7 +630,7 @@ configureEditors: function () {
|
|||||||
url: $('#editor').data('intervention-save-url')
|
url: $('#editor').data('intervention-save-url')
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
}, 0);
|
}, timeUntilIntervention);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user