View file phpbb/mediaembed/adm/style/event/acp_overall_footer_after.html

File size: 281B
{% if MEDIA_SITES %}
<script>
	$(function() {
		$('#mediaembed_manage').on('click', 'label', function() {
			if ($(this).children('input').prop('disabled')) {
				phpbb.alert('{{ lang('GENERAL_ERROR')|escape('js') }}', $(this).attr('title'));
			}
		});
	});
</script>
{% endif %}