diff --git a/_assets/js/app.js b/_assets/js/app.js
index 547f09b..92b96f0 100644
--- a/_assets/js/app.js
+++ b/_assets/js/app.js
@@ -4,7 +4,13 @@ $('#dataform').on('submit', function (e) {
var warData = JSON.parse( $.trim( $('#data').val() ) );
- if( warData.results && warData.results[1] && warData.results[1].result && warData.results[1].result.response ) {
+ if( warData.results &&
+ warData.results[0] &&
+ warData.results[0].ident == "body" &&
+ warData.results[1] &&
+ warData.results[1].ident == "clanWarGetInfo" &&
+ warData.results[1].result &&
+ warData.results[1].result.response ) {
initApp(warData, 'withSave', warData);
};
});
diff --git a/_includes/head.html b/_includes/head.html
index fdb60bf..18b23c5 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -5,10 +5,6 @@
- {% include favicon.html %}
-
- {% include meta_tags.html %}
-
diff --git a/_includes/header.html b/_includes/header.html
index 3225c22..0dbb004 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -11,6 +11,9 @@
+
+ Storage Fix
diff --git a/_layouts/war-planner.html b/_layouts/war-planner.html
index e46f257..4ec29a7 100644
--- a/_layouts/war-planner.html
+++ b/_layouts/war-planner.html
@@ -23,7 +23,7 @@ layout: default
v-if="ally.location.type == 'Hero' && ally.user.name != 'Empty'" v-for="ally in orderedAllies">
-
+