related to #1725 added the definition of restore in the validation popin

This commit is contained in:
Matthieu Leproux
2022-09-12 15:42:16 +02:00
parent 0584425320
commit 217de988b2
2 changed files with 2 additions and 0 deletions
@@ -380,6 +380,7 @@ $(document).ready(function () {
let plugin_id = $(this).closest(".pluginContent").parent().attr("id");
$.confirm({
title: restore_plugin_msg.replace('%s', plugin_name),
content: str_restore_def,
buttons: {
confirm: {
text: confirm_msg,