[10.0.25.dev] nettoyage

This commit is contained in:
Fred 2019-10-07 13:13:58 +02:00 committed by GitHub
parent 7bea8e03e7
commit 758313376d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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");