-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ticket 49469: Improve loading of JS dependencies (#131)
- Loading branch information
1 parent
aefa956
commit dae001c
Showing
44 changed files
with
128 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,7 @@ | |
frame="none" | ||
> | ||
|
||
|
||
<dependencies> | ||
<dependency path="oconnor/moreInfo.js" /> | ||
</dependencies> | ||
</view> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<view xmlns="http://labkey.org/data/xml/view"> | ||
<dependencies> | ||
<dependency path="oconnor/oconnorAlabrityConfig.js" /> | ||
<dependency path="oconnor/oconnorPurchaseCommon.js" /> | ||
</dependencies> | ||
</view> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<view xmlns="http://labkey.org/data/xml/view"> | ||
<dependencies> | ||
<dependency path="oconnor/oconnorAlabrityConfig.js" /> | ||
<dependency path="oconnor/oconnorPurchaseCommon.js" /> | ||
</dependencies> | ||
</view> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<view xmlns="http://labkey.org/data/xml/view"> | ||
<dependencies> | ||
<dependency path="oconnor/oconnorAlabrityConfig.js" /> | ||
<dependency path="oconnor/oconnorPurchaseCommon.js" /> | ||
</dependencies> | ||
</view> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
<view xmlns="http://labkey.org/data/xml/view" frame="none"> | ||
<view xmlns="http://labkey.org/data/xml/view" frame="none"> | ||
<dependencies> | ||
<dependency path="oconnor/oconnorAlabrityConfig.js" /> | ||
<dependency path="oconnor/oconnorPurchaseCommon.js" /> | ||
</dependencies> | ||
</view> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<view xmlns="http://labkey.org/data/xml/view"> | ||
<dependencies> | ||
<dependency path="oconnor/oconnorAlabrityConfig.js" /> | ||
<dependency path="oconnor/oconnorPurchaseCommon.js" /> | ||
</dependencies> | ||
</view> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
<view xmlns="http://labkey.org/data/xml/view" frame="none"> | ||
<view xmlns="http://labkey.org/data/xml/view" frame="none"> | ||
<dependencies> | ||
<dependency path="oconnor/oconnorAlabrityConfig.js" /> | ||
<dependency path="oconnor/oconnorPurchaseCommon.js" /> | ||
</dependencies> | ||
</view> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<view xmlns="http://labkey.org/data/xml/view"> | ||
<dependencies> | ||
<dependency path="oconnor/oconnorAlabrityConfig.js" /> | ||
<dependency path="oconnor/oconnorPurchaseCommon.js" /> | ||
</dependencies> | ||
</view> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<view xmlns="http://labkey.org/data/xml/view"> | ||
<dependencies> | ||
<dependency path="oconnor/oconnorAlabrityConfig.js" /> | ||
<dependency path="oconnor/oconnorFreezerCommon.js" /> | ||
</dependencies> | ||
</view> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<view xmlns="http://labkey.org/data/xml/view"> | ||
<dependencies> | ||
<dependency path="oconnor/oconnorAlabrityConfig.js" /> | ||
<dependency path="oconnor/oconnorFreezerCommon.js" /> | ||
<dependency path="oconnor/inventoryDrawCellsLayout.js" /> | ||
</dependencies> | ||
</view> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<view xmlns="http://labkey.org/data/xml/view"> | ||
<dependencies> | ||
<dependency path="oconnor/oconnorAlabrityConfig.js" /> | ||
<dependency path="oconnor/oconnorFreezerCommon.js" /> | ||
<dependency path="oconnor/inventoryDrawPlasmidLayout.js" /> | ||
</dependencies> | ||
</view> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<view xmlns="http://labkey.org/data/xml/view"> | ||
<dependencies> | ||
<dependency path="oconnor/oconnorAlabrityConfig.js" /> | ||
<dependency path="oconnor/oconnorFreezerCommon.js" /> | ||
<dependency path="oconnor/inventoryDrawOligoLayout.js" /> | ||
</dependencies> | ||
</view> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<view xmlns="http://labkey.org/data/xml/view"> | ||
<dependencies> | ||
<dependency path="oconnor/oconnorAlabrityConfig.js" /> | ||
<dependency path="oconnor/oconnorFreezerCommon.js" /> | ||
<dependency path="oconnor/inventoryDrawVirusLayout.js" /> | ||
</dependencies> | ||
</view> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<view xmlns="http://labkey.org/data/xml/view"> | ||
<dependencies> | ||
<dependency path="oconnor/oconnorAlabrityConfig.js" /> | ||
<dependency path="oconnor/oconnorPurchaseCommon.js" /> | ||
</dependencies> | ||
</view> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<view xmlns="http://labkey.org/data/xml/view"> | ||
<dependencies> | ||
<dependency path="oconnor/oconnorAlabrityConfig.js" /> | ||
<dependency path="oconnor/oconnorPurchaseCommon.js" /> | ||
</dependencies> | ||
</view> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<view xmlns="http://labkey.org/data/xml/view"> | ||
<dependencies> | ||
<dependency path="oconnor/oconnorAlabrityConfig.js" /> | ||
<dependency path="oconnor/oconnorPurchaseCommon.js" /> | ||
</dependencies> | ||
</view> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<view xmlns="http://labkey.org/data/xml/view"> | ||
<dependencies> | ||
<dependency path="oconnor/oconnorAlabrityConfig.js" /> | ||
<dependency path="oconnor/oconnorPurchaseCommon.js" /> | ||
</dependencies> | ||
</view> |
Oops, something went wrong.