Ver código fonte

make path start with /

Eager Beaver 5 anos atrás
pai
commit
c29579712f
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      views/smokingHabits.view.xml

+ 1 - 1
views/smokingHabits.view.xml

@@ -1,5 +1,5 @@
 <view xmlns="http://labkey.org/data/xml/view" title="Smoking Habits and Alcohol consumption">
 	<dependencies>
-			<dependency path="tecant/generateTable.js"/>
+			<dependency path="/tecant/generateTable.js"/>
 	</dependencies>
 </view>