mirror of
https://github.com/esiur/esiur-js.git
synced 2026-04-03 21:48:21 +00:00
Esiur 1.2.4
This commit is contained in:
@@ -116,7 +116,7 @@ export class WH extends IEventHandler
|
||||
{
|
||||
var store = this.new(handler, url[0] + "://" + hostname);
|
||||
store.open(settings).then(x=>{
|
||||
if (pathname.length > 0 && pathname[1] != "")
|
||||
if (pathname.length > 0 && pathname != "")
|
||||
store.get(pathname).then(r=>{
|
||||
rt.trigger(r);
|
||||
}).error(e => rt.triggerError(e));
|
||||
|
||||
Reference in New Issue
Block a user