diff options
author | Thomas Park <thomas@thomaspark.me> | 2014-04-14 13:59:25 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2014-04-14 13:59:25 -0400 |
commit | 5d8a4354fdf7e5e331032f2845f5fcb1f355af92 (patch) | |
tree | 6bfd6ebc5441fbd0bab377dccf86a46bb6caee9f /2/js/bsa.js | |
parent | 7f7b9dd779122345847d9c4c1ecbfe362ddf923f (diff) |
update bsa code
Diffstat (limited to '2/js/bsa.js')
-rw-r--r-- | 2/js/bsa.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/2/js/bsa.js b/2/js/bsa.js deleted file mode 100644 index 27b52c56..00000000 --- a/2/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 |