Changes between Version 34 and Version 35 of WikiEditorForEclipsePlugin


Ignore:
Timestamp:
Dec 7, 2009, 7:09:57 AM (15 years ago)
Author:
Michael Renzmann
Comment:

Remove javascript (which was stripped anyway)

Legend:

Unmodified
Added
Removed
Modified
  • WikiEditorForEclipsePlugin

    v34 v35  
    226226'''Author:''' [wiki:ivangsa] [[BR]]
    227227'''Contributors:''' [wiki:EclipseTracPlugin]
    228 
    229 {{{
    230 #!html
    231 <!-- scripts seems to be stripped -->
    232 <script type="text/javascript">
    233 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    234 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    235 </script>
    236 <script type="text/javascript">
    237 try {
    238 var pageTracker = _gat._getTracker("UA-8866738-1");
    239 pageTracker._trackPageview();
    240 } catch(err) {}</script>
    241 }}}