Purge even more jquery stuff

and related static files etc. from old themes

this might be the end of it..??
This commit is contained in:
Lance Edgar 2023-02-03 17:08:33 -06:00
parent 2ebae17839
commit 976a5836a9
42 changed files with 366 additions and 5152 deletions

View file

@ -2,23 +2,6 @@
<%inherit file="/master/view.mako" />
<%namespace file="/util.mako" import="view_profiles_helper" />
<%def name="extra_javascript()">
${parent.extra_javascript()}
% if master.people_detachable and request.has_perm('{}.detach_person'.format(permission_prefix)):
<script type="text/javascript">
$(function() {
$('.people .grid .actions a.detach').click(function() {
if (! confirm("Are you sure you wish to detach this Person from the Customer?")) {
return false;
}
});
});
</script>
% endif
</%def>
<%def name="object_helpers()">
${parent.object_helpers()}
% if show_profiles_helper and instance.people: