mirror of
https://github.com/correl/melpa.git
synced 2024-11-15 03:00:14 +00:00
No old URLs used "#!/", so drop the route synonyms
This commit is contained in:
parent
7b7bb8e177
commit
f352556915
1 changed files with 1 additions and 3 deletions
|
@ -420,10 +420,8 @@
|
|||
m.route.mode = "hash";
|
||||
m.route(document.getElementById("content"), "/", {
|
||||
"/": melpa.frontpage,
|
||||
"!/": melpa.frontpage, // Synonym for backward-compatibility
|
||||
"/getting-started": melpa.gettingstarted,
|
||||
"/:package": melpa.packagedetails,
|
||||
"!/:package": melpa.packagedetails // Synonym for backward-compatibility
|
||||
"/:package": melpa.packagedetails
|
||||
});
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue