Skip to content

Commit

Permalink
[BUG] Removed vg domain in items api call
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsharman committed Dec 11, 2013
1 parent 3700f25 commit c3bfa6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/assessment/items/itemsapi_assess.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@

<!-- Container for the items api to load into -->
<span id="learnosity_assess"></span>
<script src="http://items.vg.learnosity.com?latest"></script>
<script src="http://items.learnosity.com"></script>
<script>
var activity = <?php echo $signedRequest; ?>;
LearnosityItems.init(activity);
Expand Down

0 comments on commit c3bfa6f

Please sign in to comment.