Normand Briere
2019-04-24 92e4487d01f910c705211ffb5762a5c96bdd6d8c
timeflow/views/IntroView.java
....@@ -73,7 +73,7 @@
7373 {
7474 try
7575 {
76
- String sidebar = IO.read("settings/sidebar.html");
76
+ String sidebar = IO.read(new File(IntroView.class.getClassLoader().getResource("timeflow/settings/sidebar.html").toURI()));
7777 controls = new HtmlControls(sidebar);
7878 } catch (Exception e)
7979 {