diff options
-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({ |