From 20e2d90874a3e1116c76e1547210d191dd0159f4 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Tue, 6 Aug 2013 15:16:13 -0400 Subject: first commit for 3.0.0-rc1 --- assets/js/bootswatch.js | 1 + assets/js/bsa.js | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 assets/js/bootswatch.js create mode 100644 assets/js/bsa.js (limited to 'assets/js') diff --git a/assets/js/bootswatch.js b/assets/js/bootswatch.js new file mode 100644 index 00000000..3785411c --- /dev/null +++ b/assets/js/bootswatch.js @@ -0,0 +1 @@ +$('[data-toggle="tooltip"]').tooltip(); \ No newline at end of file diff --git a/assets/js/bsa.js b/assets/js/bsa.js new file mode 100644 index 00000000..27b52c56 --- /dev/null +++ b/assets/js/bsa.js @@ -0,0 +1,7 @@ +(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 -- cgit v1.2.3