mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Fix tracking code and feature rows
This commit is contained in:
parent
f7e73d2c0d
commit
03d42c2afc
2 changed files with 20 additions and 12 deletions
|
|
@ -25,16 +25,22 @@
|
|||
</script>
|
||||
<!-- Piwik -->
|
||||
<script type="text/javascript">
|
||||
var _paq = _paq || [];
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//beans.opensuse.org/piwik/";
|
||||
_paq.push(['setTrackerUrl', u+'piwik.php']);
|
||||
_paq.push(['setSiteId', 28]);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
var _paq = _paq || [];
|
||||
(function(){
|
||||
var u="//beans.opensuse.org/piwik/";
|
||||
_paq.push(['setSiteId', 28]);
|
||||
_paq.push(['setTrackerUrl', u+'piwik.php']);
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
var d=document,
|
||||
g=d.createElement('script'),
|
||||
s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript';
|
||||
g.defer=true;
|
||||
g.async=true;
|
||||
g.src=u+'piwik.js';
|
||||
s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<noscript><p><img src="//beans.opensuse.org/piwik/piwik.php?idsite=28" style="border:0;" alt="" /></p></noscript>
|
||||
<!-- End Piwik Code -->
|
||||
<!-- End Piwik Tag -->
|
||||
|
|
|
|||
|
|
@ -52,6 +52,8 @@
|
|||
<p class="text-muted">Full detail presentation of your sessions</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<!-- Papers -->
|
||||
<div class="col-md-4 col-sm-6 portfolio-item">
|
||||
<a href="#cfpModal" class="portfolio-link" data-toggle="modal">
|
||||
|
|
@ -99,4 +101,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue