Skip to content

Commit

Permalink
Update configuration.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zoic21 authored Aug 7, 2024
1 parent 5304d1f commit b1b1243
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin_info/configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

<script>
$('#bt_loginToAjaxSystem').off('click').on('click', function() {
$('#md_modal').dialog({
$('#md_modal2').dialog({
title: "{{Connexion à Ajax Systeme}}"
}).load('index.php?v=d&modal=login&plugin=ajaxSystem').dialog('open')
})
Expand Down Expand Up @@ -73,4 +73,4 @@
}
});
});
</script>
</script>

0 comments on commit b1b1243

Please sign in to comment.