jQuery(function() {
	jQuery('.post-delete-link').click(function() {
		return confirm('Ar tikrai norite ištrinti šį pranešimą?');
	})

	jQuery('.comment-entry img').load(function() {
		jQuery(".comment-entry img").resize({maxWidth: 778});
	});
	jQuery(".comment-entry img").resize({maxWidth: 778});
});
