diff --git a/weboot/resources/static.py b/weboot/resources/static.py index f36be62..1671958 100644 --- a/weboot/resources/static.py +++ b/weboot/resources/static.py @@ -16,6 +16,7 @@ def __init__(self, request, path=None): self.type = None if path: _, _, self.type = path.rpartition(".") + self.actions.pop("!resolution", None) @property def source(self):