Skip to content

Commit

Permalink
IA7 v1.3.630 - get json_store.objects if opening up a non-root page
Browse files Browse the repository at this point in the history
  • Loading branch information
hplato committed Mar 30, 2017
1 parent 67e5530 commit 311ce73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion web/ia7/house/main.shtml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<div class='col-sm-12 col-sm-offset-0 col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2'>
<div class='col-sm-12'>
<p class="text-muted"><small> MisterHouse was created by Bruce Winter. Ron Klinkien developed the v2.3 web interface. Kevin Robert Keegan
designed the v4 web prototype, updates by H.Plato. IA7 v1.3.620 Font Awesome by Dave Gandy - http://fontawesome.io</small></p>
designed the v4 web prototype, updates by H.Plato. IA7 v1.3.630 Font Awesome by Dave Gandy - http://fontawesome.io</small></p>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions web/ia7/include/javascript.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// v1.3.610
// v1.3.630

var entity_store = {}; //global storage of entities
var json_store = {};
Expand Down Expand Up @@ -168,7 +168,7 @@ function changePage (){
notifications = "enabled";
}
}
if (getJSONDataByPath("collections") === undefined){
if (getJSONDataByPath("collections") === undefined || json_store.objects === undefined){
// We need at minimum the basic collections data to render all pages
// (the breadcrumb)
// NOTE may want to think about how to handle dynamic changes to the
Expand Down

0 comments on commit 311ce73

Please sign in to comment.