Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mmrath/hugo-bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/js/site.js')
-rw-r--r--static/js/site.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/static/js/site.js b/static/js/site.js
deleted file mode 100644
index 1324668..0000000
--- a/static/js/site.js
+++ /dev/null
@@ -1,5 +0,0 @@
-$(
- function(){
- $("table").addClass("table table-condensed table-bordered table-striped");
- }
-);