Index: pages/jobs/index.tmpl |
=================================================================== |
--- a/pages/jobs/index.tmpl |
+++ b/pages/jobs/index.tmpl |
@@ -9,6 +9,10 @@ |
{ |
jQuery("#tabs-details").tabs(); |
}); |
+ |
+ // Compatibility with legacy job URLs |
+ if (window.location.hash) |
+ window.location.replace(window.location.href.replace(/\/*#/, "/")); |
</script> |
</head> |