diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-12-12 03:52:14 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-12-12 03:52:14 +0100 |
| commit | d4ece4ab1f461653c53bb56f23406c553ea78dd3 (patch) | |
| tree | 6d86bcc41f08519b7478c5c1d5963b634047958e /public/assets/js | |
| parent | 942a72123ecf7ed91cf3cba1124adc11a3615208 (diff) | |
deleting threads with comments and files and s3 files
Diffstat (limited to 'public/assets/js')
| -rw-r--r-- | public/assets/js/lib/router.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/assets/js/lib/router.js b/public/assets/js/lib/router.js index a83437a..03c7bc8 100644 --- a/public/assets/js/lib/router.js +++ b/public/assets/js/lib/router.js @@ -85,7 +85,7 @@ var SiteRouter = Router.extend({ error404: function(){ $("content").hide() $("#error_404").show() - $("h1").html("error: page not found") + $("h1").html("404 not found") $("body").removeClass("loading") }, |
