Fix: Clean up Python comments and deprecated js code.

This commit is contained in:
2025-03-21 14:34:29 +00:00
parent a6cbf9a7b7
commit 85a3ec4c9f
20 changed files with 28 additions and 879 deletions

View File

@@ -26,6 +26,5 @@ class Model_View_Services(Model_View_Base):
return 'Services'
def __init__(self, hash_page_current=Model_View_Base.HASH_PAGE_SERVICES):
# Constructor
super().__init__(hash_page_current=hash_page_current)