From 2c5abe3cbba39522c071eeddbc266c7bdbb363d6 Mon Sep 17 00:00:00 2001 From: Arnold Daniels Date: Wed, 7 Nov 2012 16:31:31 +0100 Subject: [PATCH] Added bootstrap.js in source --- js/bootstrap.js | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 js/bootstrap.js diff --git a/js/bootstrap.js b/js/bootstrap.js new file mode 100644 index 00000000..e2c65ea9 --- /dev/null +++ b/js/bootstrap.js @@ -0,0 +1,21 @@ +!function() { + var ts = document.getElementsByTagName("script") + var dir = ts[ ts.length - 1 ].src.replace(/\/[^\/]+$/, '') + + document.write('') + document.write('') + document.write('') + document.write('') + document.write('') + document.write('') + document.write('') + document.write('') + document.write('') + document.write('') + document.write('') + document.write('') + document.write('') + document.write('') + document.write('') + document.write('') +}(); \ No newline at end of file