about summary refs log tree commit diff stats
path: root/trunk/lozenge.js
diff options
context:
space:
mode:
authorCase Duckworth2015-03-27 13:47:42 -0700
committerCase Duckworth2015-03-27 13:47:42 -0700
commit3b37989606c44902d90a3723e197d8c318a302bf (patch)
treee614c3ddbb8879e96ee739a75ad2f52a645b87c2 /trunk/lozenge.js
parentAdd HAPAX LEGOMENA support & flatten structure (diff)
downloadautocento-3b37989606c44902d90a3723e197d8c318a302bf.tar.gz
autocento-3b37989606c44902d90a3723e197d8c318a302bf.zip
Change verse lines '$' -> '^| '
Diffstat (limited to 'trunk/lozenge.js')
-rw-r--r--trunk/lozenge.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/lozenge.js b/trunk/lozenge.js index 2df6cad..2c7f503 100644 --- a/trunk/lozenge.js +++ b/trunk/lozenge.js
@@ -16,7 +16,7 @@ function _lozenge() {
16 16
17 if (current != files[index]) { 17 if (current != files[index]) {
18 lozenge.setAttribute("href", files[index]); 18 lozenge.setAttribute("href", files[index]);
19 lozenge.setAttribute("title", "Random article"); 19 lozenge.setAttribute("title", "To random article");
20 } else { 20 } else {
21 _lozenge() 21 _lozenge()
22 } 22 }