[10.0.25.dev] nettoyage
This commit is contained in:
parent
7bea8e03e7
commit
758313376d
@ -197,7 +197,6 @@ var pageHomePage = $("#pageHomePage");
|
||||
pageHomePage.on("change",function() {
|
||||
if (this.checked) {
|
||||
$("input[name=pageHomePage]").attr("disabled",true);
|
||||
console.log("checlked");
|
||||
}
|
||||
});
|
||||
|
||||
@ -501,4 +500,4 @@ $("#pageEditParentPageId").on("change", function() {
|
||||
}
|
||||
// Sélectionne la bonne position
|
||||
positionDOM.val(positionSelected);
|
||||
}).trigger("change");
|
||||
}).trigger("change");
|
||||
|
Loading…
Reference in New Issue
Block a user