summaryrefslogtreecommitdiffstats
path: root/templates/p.html
diff options
context:
space:
mode:
authorraylu <raylu@mixpanel.com>2011-08-06 22:20:31 -0700
committerraylu <raylu@mixpanel.com>2011-08-06 22:20:31 -0700
commitf61e03f7f43536adce71c5783536aa67f63f029d (patch)
tree49672cf8ab557552911f5503c44513b2e60dc2ec /templates/p.html
parentdc49f0338a95f77a9b2a90804f2178cf8281b23e (diff)
downloadaudioaxis-f61e03f7f43536adce71c5783536aa67f63f029d.tar.xz
fix JS errors, save user
Diffstat (limited to 'templates/p.html')
-rw-r--r--templates/p.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/p.html b/templates/p.html
index f63c673..eb4dc80 100644
--- a/templates/p.html
+++ b/templates/p.html
@@ -33,16 +33,15 @@
var ids = [];
</script>
<script src="/static/jquery.min.js"></script>
- <script src="/static/script.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&amp;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&amp;enablejsapi=1">
<param name="allowScriptAccess" value="always">
<embed src="http://www.youtube.com/v/{{$first}}?version=3&amp;enablejsapi=1" allowScriptAccess="always">
</object>
- -->
</body>
</html>