hide map for Character groups Quest Stations when there are no stations

This commit is contained in:
oliver 2016-04-09 13:44:37 +02:00
commit df14dfafc3
4371 changed files with 1220224 additions and 0 deletions

View file

@ -0,0 +1,22 @@
<html>
<body>
<p>This text is after the JS INCLUDE</p>
<h2>Test tag cloud in a JS include</h2>
<div style="width:500px;">
<script type="text/javascript" src="{{ url1 }}"></script>
<noscript>Powered by <a href="http://piwik.org">Piwik</a></noscript>
</div>
<p>This text is after the JS INCLUDE</p>
<h2>Test calling the API in Javascript</h2>
<p>using a javascript include. This is a dirty way (much better to ajax call the API!) but an interesting show case.</P>
<script type="text/javascript" src="{{ url2 }}"></script>
<noscript>Powered by <a href="http://piwik.org">Piwik</a></noscript>
<p>This text is after the JS INCLUDE 2</p>
</body>
</html>