diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-08-06 15:15:37 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-08-06 15:15:37 -0400 |
commit | 55f9c2cec0e48dc5190a1f81f297e469c2d5015b (patch) | |
tree | c6c9730b102c7d1239cf143c0ffd9d9de6a8d088 /js/bsa.js | |
parent | a25e04ec97d3d08fb722a167f07150d9af9f1229 (diff) |
moves v2.3.2 to /2/
Diffstat (limited to 'js/bsa.js')
-rw-r--r-- | js/bsa.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/js/bsa.js b/js/bsa.js deleted file mode 100644 index 27b52c56..00000000 --- a/js/bsa.js +++ /dev/null @@ -1,7 +0,0 @@ -(function(){ - var bsa = document.createElement('script'); - bsa.type = 'text/javascript'; - bsa.async = true; - bsa.src = 'http://s3.buysellads.com/ac/bsa.js'; - (document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(bsa); -})();
\ No newline at end of file |