Commit 41a743e9156cf43cf8a82a585893ebe51cc4a3f0
1 parent
57872f67
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
pacotes/knightlab/StoryMapJS/teste.html
... | ... | @@ -53,7 +53,7 @@ |
53 | 53 | <!-- JavaScript--> |
54 | 54 | <script src="compiled/js/storymap.js"></script> |
55 | 55 | <script> |
56 | - var storymap = new VCO.StoryMap('storymap', 'http://localhost/i3geo/json.php?tema=_lreal&format=storymap&', { | |
56 | + var storymap = new VCO.StoryMap('storymap', '../../../json.php?tema=_lreal&format=storymap&', { | |
57 | 57 | show_lines: false |
58 | 58 | //start_at_slide:2 |
59 | 59 | //call_to_action_text: "Just go" | ... | ... |