about summary refs log tree commit diff
path: root/index.js
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@gmail.com>2018-05-15 19:59:34 -0400
committerZach DeCook <zachdecook@gmail.com>2018-05-15 19:59:34 -0400
commit5b65a9434f0778ba750293dea20ba26e87a8bccd (patch)
tree7a9ff63d369776d6275389220bfc124169b5fd6e /index.js
parent35e7deee4b4de0e24e3d9c41a63528114ad209e1 (diff)
downloadprosongsa-5b65a9434f0778ba750293dea20ba26e87a8bccd.tar.gz
* Title: Set to first line of song
Diffstat (limited to 'index.js')
-rw-r--r--index.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/index.js b/index.js
new file mode 100644
index 0000000..ca20261
--- /dev/null
+++ b/index.js
@@ -0,0 +1,4 @@
+$(document).ready( function(){
+	document.title = $("pre").text().split("\n")[0];
+});
+