diff options
author | raylu <raylu@mixpanel.com> | 2011-08-10 23:18:51 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-08-10 23:19:05 -0700 |
commit | 5b6aef401e33a870eca7cd2b4c69b7705b210fa1 (patch) | |
tree | 1db130f1d31c1a5b4cdabc2d07c1c34e221275f2 /templates/p.html | |
parent | d1bfe384e796cf2db9a057271b78666b310d0184 (diff) | |
download | audioaxis-5b6aef401e33a870eca7cd2b4c69b7705b210fa1.tar.xz |
remove crappy internet hacks and debug stuff
Diffstat (limited to 'templates/p.html')
-rw-r--r-- | templates/p.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/p.html b/templates/p.html index 41815f7..76e1dfd 100644 --- a/templates/p.html +++ b/templates/p.html @@ -20,10 +20,7 @@ <script> var pid = '{{.Id}}'; </script> -<script src="/static/jquery.min.js"></script> -<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script> ---> <script src="/static/script.js"></script> <object data="http://www.youtube.com/v/{{$first}}?version=3&enablejsapi=1" id="player" width="1" height="1" type="application/x-shockwave-flash"> <param name="movie" value="http://www.youtube.com/v/{{$first}}?version=3&enablejsapi=1"> |