supprime un console log

This commit is contained in:
Fred Tempez 2024-10-12 08:07:58 +02:00
parent 261ef2f312
commit 9b3c7707f0

View File

@ -68,7 +68,7 @@ $( document ).ready(function() {
* Sélection des onglets
*/
var pageLayout = "<?php echo $this->getData(['user', $this->getUser('id'), 'view', 'page']);?>";
console.log(pageLayout);
// Non défini, valeur par défaut
if (pageLayout == "") {
pageLayout = "content";