Fix multi history entry on loading index page.

This commit is contained in:
kor 2018-07-23 08:17:38 +12:00
parent 1d3a4f8427
commit a6794959f2

View File

@ -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);
}