diff options
author | raylu <raylu@mixpanel.com> | 2011-08-09 00:32:25 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-08-09 00:34:00 -0700 |
commit | dbf2f53eb6a3d0c49bd7585d8e9547dc8c57c95c (patch) | |
tree | 1ffb0743f03b7c60ac9ed3dd80b8a95228ae4b01 /templates/p.html | |
parent | 1cae243a08909eb3f0b1a8b3ffcf2f0769ab438f (diff) | |
download | audioaxis-dbf2f53eb6a3d0c49bd7585d8e9547dc8c57c95c.tar.xz |
don't spam xhr's when there is an error or user stops
Diffstat (limited to 'templates/p.html')
-rw-r--r-- | templates/p.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/p.html b/templates/p.html index eb4dc80..79971c1 100644 --- a/templates/p.html +++ b/templates/p.html @@ -29,10 +29,8 @@ {{$first := "82KEVKGRAhI"}} <script> var pid = '{{.Id}}'; - var current_id = ''; - var ids = []; </script> - <script src="/static/jquery.min.js"></script> + <script src="/static/jquery.min.js"></script> <!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script> --> |