From 2e6c578dd7c1102e1abaefdca335398c13ffcd7e Mon Sep 17 00:00:00 2001 From: Brian Gough Date: Tue, 5 Sep 2017 10:54:26 +0100 Subject: [PATCH] add ol-style.css to fingerprint list --- services/web/app/coffee/infrastructure/ExpressLocals.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web/app/coffee/infrastructure/ExpressLocals.coffee b/services/web/app/coffee/infrastructure/ExpressLocals.coffee index 498127cdbd..0b30d11cc5 100644 --- a/services/web/app/coffee/infrastructure/ExpressLocals.coffee +++ b/services/web/app/coffee/infrastructure/ExpressLocals.coffee @@ -45,6 +45,7 @@ pathList = [ ["#{jsPath}libs/#{pdfjs}/pdf.worker.js"] ["#{jsPath}libs/#{pdfjs}/compatibility.js"] ["/stylesheets/style.css"] + ["/stylesheets/ol-style.css"] ] for paths in pathList