supprime un console log
This commit is contained in:
parent
261ef2f312
commit
9b3c7707f0
@ -68,7 +68,7 @@ $( document ).ready(function() {
|
|||||||
* Sélection des onglets
|
* Sélection des onglets
|
||||||
*/
|
*/
|
||||||
var pageLayout = "<?php echo $this->getData(['user', $this->getUser('id'), 'view', 'page']);?>";
|
var pageLayout = "<?php echo $this->getData(['user', $this->getUser('id'), 'view', 'page']);?>";
|
||||||
console.log(pageLayout);
|
|
||||||
// Non défini, valeur par défaut
|
// Non défini, valeur par défaut
|
||||||
if (pageLayout == "") {
|
if (pageLayout == "") {
|
||||||
pageLayout = "content";
|
pageLayout = "content";
|
||||||
|
Loading…
Reference in New Issue
Block a user