Remove _static folder in doc directory

TrivialFix:
_static folder and the inside files are auto generated
when running docs, _ga is unused, so remove these.

Change-Id: I43b8cff826a98329607eed65a75eaf1ebaf54646
This commit is contained in:
liuyamin 2018-05-30 14:50:27 +08:00 committed by junboli
parent a577c41c6b
commit 4e25268298
2 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
{% extends "!layout.html" %}
{% block footer %}
{{ super() }}
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-17511903-3");
pageTracker._setDomainName("none");
pageTracker._setAllowLinker(true);
pageTracker._trackPageview();
} catch(err) {}</script>
{% endblock %}