remove unused options loader for unique content rules
This commit is contained in:
parent
9cbb4fe586
commit
e619f526c6
@ -228,13 +228,6 @@ $(document).on("selectedServerChange", async function() {
|
|||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
$(document).ready(async function() {
|
|
||||||
await loadSubModalOptions(
|
|
||||||
$(subModalId).find('[data-field="unique_rules"]'),
|
|
||||||
"/api/unique-content-rules/"
|
|
||||||
);
|
|
||||||
})
|
|
||||||
|
|
||||||
async function loadSubModalOptions($input, url) {
|
async function loadSubModalOptions($input, url) {
|
||||||
// Disable and clear input
|
// Disable and clear input
|
||||||
$input.val("").change();
|
$input.val("").change();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user