diff --git a/AirportAlphabetGame/View.fs b/AirportAlphabetGame/View.fs index f449868..76837a0 100644 --- a/AirportAlphabetGame/View.fs +++ b/AirportAlphabetGame/View.fs @@ -16,10 +16,10 @@ let index content = head [] [ meta [_name "viewport"; _content "width=device-width"] title [] [str "Have you flown the alphabet?"] - link [_rel "stylesheet" ; _href "/styles/core.css?v=2"] + link [_rel "stylesheet" ; _href "/styles/core.css"] script [_src "/scripts/htmx.min.js"] [] script [_src "/scripts/json-enc.js"] [] - script [_src "/scripts/index.js?v=2"] [] + script [_src "/scripts/index.js"] [] ] body [] [ div [_id "pageContainer"] [ diff --git a/AirportAlphabetGame/sass/core.sass b/AirportAlphabetGame/sass/core.sass index 7064533..c7530b3 100644 --- a/AirportAlphabetGame/sass/core.sass +++ b/AirportAlphabetGame/sass/core.sass @@ -130,7 +130,7 @@ h1 form.htmx-request - input, button + input, button, label display: none .loading