Remove liburl logic, config for jquery

This commit is contained in:
Lance Edgar 2023-02-03 17:32:39 -06:00
parent 976a5836a9
commit b67df1328b
2 changed files with 0 additions and 22 deletions

View file

@ -106,8 +106,6 @@ class AppInfoView(MasterView):
('buefy', "Buefy"),
('buefy.css', "Buefy CSS"),
('fontawesome', "FontAwesome"),
('jquery', "jQuery"),
('jquery_ui', "jQuery UI"),
])
for key in weblibs:
@ -181,14 +179,6 @@ class AppInfoView(MasterView):
'option': 'libver.fontawesome'},
{'section': 'tailbone',
'option': 'liburl.fontawesome'},
{'section': 'tailbone',
'option': 'libver.jquery'},
{'section': 'tailbone',
'option': 'liburl.jquery'},
{'section': 'tailbone',
'option': 'libver.jquery_ui'},
{'section': 'tailbone',
'option': 'liburl.jquery_ui'},
# nb. these are no longer used (deprecated), but we keep
# them defined here so the tool auto-deletes them