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

github.com/iglvzx/IGalvez.Autoindex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.autoindex/script.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/.autoindex/script.js b/.autoindex/script.js
index cd2bfec..2ff2510 100644
--- a/.autoindex/script.js
+++ b/.autoindex/script.js
@@ -1,3 +1,5 @@
+document.title = document.URL; // set page title to full URL
+
$('table').addClass('table'); // add Bootstrap CSS to table
$('td').removeAttr('align'); // remove align="right" from cells