Skip to content

Commit

Permalink
incremented version of recommendations.css to auto-refresh contents w…
Browse files Browse the repository at this point in the history
…ith recent changes
  • Loading branch information
OHSUCMP committed Feb 20, 2025
1 parent 1436f7a commit 942b3cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public String view(HttpSession session, Model model,
setCommonViewComponents(model);
model.addAttribute("sessionEstablished", true);
model.addAttribute("loessBandwidth", bandwidthOverride == null ? -1:bandwidthOverride);
model.addAttribute("pageStyles", new String[] { "home.css?v=4", "recommendations.css?v=1" });
model.addAttribute("pageStyles", new String[] { "home.css?v=4", "recommendations.css?v=2" });
model.addAttribute("pageNodeScripts", new String[] {
"inputmask/dist/jquery.inputmask.js",
"inputmask/dist/bindings/inputmask.binding.js",
Expand Down

0 comments on commit 942b3cf

Please sign in to comment.