Deltacms/module/news/view/edit/edit.js.php

11 lines
225 B
PHP

/**
* This file is part of DeltaCMS.
*/
/**
* Soumission du formulaire pour enregistrer en brouillon
*/
$("#newsEditDraft").on("click", function() {
$("#newsEditState").val(0);
$("#newsEditForm").trigger("submit");
});