diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2016-06-17 17:35:28 +0800 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2016-06-17 17:35:28 +0800 |
commit | c352f188b550d684b586c1dfbc608ee25f75cd41 (patch) | |
tree | 7afc9cd02aec15facecac0f29c393cbd667e2d6b /static | |
parent | 0940da0cdfb1201768d35c58433891feacbaedd5 (diff) | |
download | juandelacosa-c352f188b550d684b586c1dfbc608ee25f75cd41.tar.gz |
Use mdash in the title
Diffstat (limited to 'static')
-rw-r--r-- | static/juandelacosa.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/juandelacosa.js b/static/juandelacosa.js index 5552f9f..05eeee7 100644 --- a/static/juandelacosa.js +++ b/static/juandelacosa.js @@ -8,7 +8,7 @@ $(function() { var passwordMessage = $('#passwordMessage'); var resetPassword = $('#resetPassword'); - document.title = window.location.hostname + ' - ' + 'Juan De La Cosa'; + document.title = window.location.hostname + ' — ' + 'Juan De La Cosa'; (function whoAmI() { $.ajax({ |