mirror of
https://github.com/TangentFoxy/memex.git
synced 2024-11-22 04:54:23 +00:00
Fix multi history entry on loading index page.
This commit is contained in:
parent
1d3a4f8427
commit
a6794959f2
@ -21,7 +21,6 @@ function Main()
|
||||
{
|
||||
target = target.substr(0,1) == "#" ? target.substr(1,target.length-1) : target;
|
||||
target = target.trim();
|
||||
window.location.hash = target;
|
||||
var entries = this.db.filter(target);
|
||||
this.view.display(entries);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user