From 5b65a9434f0778ba750293dea20ba26e87a8bccd Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Tue, 15 May 2018 19:59:34 -0400 Subject: * Title: Set to first line of song --- index.js | 4 ++++ index.php | 1 + 2 files changed, 5 insertions(+) create mode 100644 index.js 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]; +}); + diff --git a/index.php b/index.php index 5f64590..1559125 100755 --- a/index.php +++ b/index.php @@ -124,6 +124,7 @@ licensed under the GNU LGPLv3. + -- cgit 1.4.1