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

@ -1,17 +0,0 @@
## -*- coding: utf-8 -*-
<%inherit file="/master/create.mako" />
<%def name="extra_javascript()">
${parent.extra_javascript()}
<script type="text/javascript">
$(function() {
$('.field-wrapper.client_uuid select').selectmenu();
$('.field-wrapper.appliance_type select').selectmenu();
});
</script>
</%def>
${parent.body()}

View file

@ -1,17 +0,0 @@
## -*- coding: utf-8 -*-
<%inherit file="/master/edit.mako" />
<%def name="head_tags()">
${parent.head_tags()}
<script type="text/javascript">
$(function() {
$('.field-wrapper.client_uuid select').selectmenu();
$('.field-wrapper.appliance_type select').selectmenu();
});
</script>
</%def>
${parent.body()}