Skip to content

Commit

Permalink
move JS function in postprocess
Browse files Browse the repository at this point in the history
  • Loading branch information
deniak committed Jan 20, 2021
1 parent 2f9d8dc commit 979c06f
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions gap-analysis/index.html
Expand Up @@ -5,7 +5,8 @@
<meta charset="utf-8">

<title>Arabic and Persian Gap Analysis</title>
<script class="remove" src="../../i18n-activity/textlayout/resources/gap-analysis-github.js"> </script>
<script class="remove" src="../../i18n-activity/textlayout/resources/gap-analysis-github.js"></script>
<script class="remove" src="../../i18n-activity/templates/gap-analysis/prompts.js"></script>

<script src="https://www.w3.org/Tools/respec/respec-w3c" async="" class="remove">
</script>
Expand Down Expand Up @@ -50,12 +51,13 @@
l.replaceWith(style);
});
});
}
],
},
() => { addPrompts() },
() => { getAllData('alreq', 'doc:arfa') }
],
};
</script>

<script class="remove" src="../../i18n-activity/templates/gap-analysis/prompts.js"> </script>
<link rel="stylesheet" data-import href="https://w3c.github.io/typography/gap-analysis/gapanalysis.css">
</head>

Expand Down Expand Up @@ -469,10 +471,6 @@ <h3>What else?</h3>
<summary style="margin-top:4em; cursor: pointer;" onclick="setUpSummary(); printSummary(true)">Show summary</summary>
<pre id="summaryPlaceholder" style="white-space: pre-wrap;"></pre>
</details>
<script class="remove">
addPrompts()
getAllData('alreq','doc:arfa')
</script>
<script>
if (window.location.href.includes('/TR/')) document.getElementById('summaryStats').style.display = 'none'
</script>
Expand Down

0 comments on commit 979c06f

Please sign in to comment.