Parcourir la source

make path start with /

Eager Beaver il y a 5 ans
Parent
commit
c29579712f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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>