fix: remove og:image value (#11966)

isekai-main
NoScripter 1 year ago committed by GitHub
parent 440299e661
commit 90ac82d017
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,7 +18,7 @@ define('admin/settings/general', ['admin/settings'], function () {
$('input[data-field="brand:maskableIcon"]').val('');
});
$('button[data-action="removeOgImage"]').on('click', function () {
$('input[data-field="removeOgImage"]').val('');
$('input[data-field="og:image"]').val('');
});
$('[data-field="homePageRoute"]').on('change', toggleCustomRoute);

Loading…
Cancel
Save