Espace avant le ?
This commit is contained in:
parent
bfa1114a4e
commit
d64ffa02c7
@ -298,7 +298,7 @@ core.start = function () {
|
|||||||
});
|
});
|
||||||
// Confirmation de déconnexion
|
// Confirmation de déconnexion
|
||||||
$("#barLogout").on("click", function () {
|
$("#barLogout").on("click", function () {
|
||||||
message = "<?php echo helper::translate('Se déconnecter') . '?';?>";
|
message = "<?php echo helper::translate('Se déconnecter') . ' ?';?>";
|
||||||
return core.confirm(message, function () {
|
return core.confirm(message, function () {
|
||||||
$(location).attr("href", $("#barLogout").attr("href"));
|
$(location).attr("href", $("#barLogout").attr("href"));
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user