summaryrefslogtreecommitdiff
path: root/assets/js
diff options
context:
space:
mode:
Diffstat (limited to 'assets/js')
-rw-r--r--assets/js/bootswatch.js1
-rw-r--r--assets/js/bsa.js7
2 files changed, 8 insertions, 0 deletions
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