Changes between Version 7 and Version 8 of TocSupport


Ignore:
Timestamp:
May 10, 2016, 2:25:27 PM (8 years ago)
Author:
Alex Samorukov
Comment:

Remove piwik code

Legend:

Unmodified
Added
Removed
Modified
  • TocSupport

    v7 v8  
    3030 * [wiki:USB USB devices and smartmontools] - To access SMART functionality, smartmontools must be able to send ATA commands directly to the disk.
    3131 * [wiki:NAS NAS devices and smartmontools] - Smartmontools can work also on ''Network Attached Storage'' (NAS) devices, if the appropiate functions are available there, e.g. on Dlink DNS-323 with [http://www.inreto.de/dns323/fun-plug/ fonz firmware]
    32 {{{
    33 #!html
    34 <!-- Piwik -->
    35 <script type="text/javascript">
    36 var pkBaseURL = (("https:" == document.location.protocol) ? "https://sourceforge.net/apps/piwik/smartmontools/" : "http://sourceforge.net/apps/piwik/smartmontools/");
    37 document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
    38 </script><script type="text/javascript">
    39 try {
    40 var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 1);
    41 piwikTracker.trackPageView();
    42 piwikTracker.enableLinkTracking();
    43 } catch( err ) {}
    44 </script><noscript><p><img src="http://sourceforge.net/apps/piwik/smartmontools/piwik.php?idsite=1" style="border:0" alt=""/></p></noscript>
    45 <!-- End Piwik Tag -->
    46 }}}