Skip to content

Commit

Permalink
version 1.14.3, corresponding to Portal 10.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
asizer committed Sep 26, 2018
1 parent 197c2ff commit 8c27b0b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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.14.2",
"version": "1.14.3",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.4.0",
Expand Down
8 changes: 4 additions & 4 deletions src/app/storymaps/common/builder/Builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ define(["lib-build/css!./Builder",
app.builder.cleanApp = cleanApp;

// Show https-transition notification when app loads
if (!app.data.isOrga()) {
topic.subscribe('tpl-ready', function() {
topic.subscribe('tpl-ready', function() {
if (!app.isPortal) {
var strings = i18n.commonCore.httpsTransitionMessage;
new BannerNotification({
id: "httpsTransitionMessage",
Expand Down Expand Up @@ -139,8 +139,8 @@ define(["lib-build/css!./Builder",
maxAge: 60 * 60 * 24 * 365
}
});
});
}
}
});
}

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

<script type="text/javascript">
var app = {
version: '1.14.2',
version: '1.14.3',
pathJSAPI: 'https://js.arcgis.com/3.24/'
};
</script>
Expand Down

0 comments on commit 8c27b0b

Please sign in to comment.