Skip to content

Commit 4942915

Browse files
author
AdrianoDee
committed
Move stylesheets link, fix grey circle.
1 parent 84348cf commit 4942915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Utilities/RelMon/python/directories2html.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def fairy_url_single(run,sample,version,plot_path,tier,draw_opts="",h=250,w=200)
8383
def get_page_header(directory=None, standalone=False, additional_header=""):
8484
style_location="/cms-service-reldqm"
8585
if standalone:
86-
style_location = "http://cms-service-reldqm.web.cern.ch/" + style_location +"/"
86+
style_location = "https://raw.githubusercontent.com/cms-PdmV/RelMonService2/77c534ec93401ca5de222ac62a6422f02389dafc/report_website/" #RelMonService2
8787
javascripts=''
8888
style=''
8989
tablestyle=''

0 commit comments

Comments
 (0)