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

github.com/AmazingRise/hugo-theme-diary.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/js/table.js')
-rw-r--r--static/js/table.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/static/js/table.js b/static/js/table.js
deleted file mode 100644
index 6d8605d..0000000
--- a/static/js/table.js
+++ /dev/null
@@ -1,9 +0,0 @@
-$().ready(function(){
- var elems = $("table");
- elems.each(function(idx){
- $(this).addClass('table-striped');
- $(this).addClass('table');
- $(this).addClass('table-responsive');
- $(this).addClass('table-hover');
- });
-}); \ No newline at end of file