Skip to content

Commit

Permalink
V1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory L'Azou committed Dec 18, 2014
1 parent f7fe1d3 commit fa90578
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ The Story Map Journal is ideal when you want to combine narrative text with maps

[View it live](http://links.esri.com/storymaps/map_journal_example_side_panel) |
[Map Journal page on Esri Story Maps website](http://storymaps.arcgis.com/en/app-list/map-journal/) |
[Application Download (source code not included)](http://links.esri.com/storymaps/map_journal_template_zip)
[Download](http://links.esri.com/storymaps/map_journal_template_zip)

**Latest release is version 1.2.0**, if you want to be informed of new releases, we recommend you to watch this repository ([see GitHub help](https://help.github.com/articles/watching-repositories)). See the [release page](https://github.com/Esri/map-journal-storytelling-template-js/releases) for release notes.
**Latest release is version 1.2.1**, if you want to be informed of new releases, we recommend you to watch this repository ([see GitHub help](https://help.github.com/articles/watching-repositories)). See the [release page](https://github.com/Esri/map-journal-storytelling-template-js/releases) for release notes.

## Help content

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Storymaps-MapJournal",
"version": "1.2.0",
"version": "1.2.1",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.4.0",
Expand Down
2 changes: 1 addition & 1 deletion src/app/storymaps/tpl/ui/MainStage.js
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ define(["lib-build/tpl!./MainMediaContainerMap",
left: 0,
right: 0
})
.css('background-image', 'url(' + pictureContainer.data('src') + ')');
.css('background-image', 'url("' + pictureContainer.data('src') + '")');

_this.updateMainStageWithLayoutSettings();

Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

<script type="text/javascript">
var app = {
version: '1.2.0',
version: '1.2.1',
pathJSAPI: '//js.arcgis.com/3.12/'
};
</script>
Expand Down

0 comments on commit fa90578

Please sign in to comment.