Fix emby-button link handling
This commit is contained in:
@@ -20,7 +20,6 @@ class AppRouter {
|
||||
currentViewLoadRequest;
|
||||
firstConnectionResult;
|
||||
forcedLogoutMsg;
|
||||
handleAnchorClick = page.clickHandler;
|
||||
isDummyBackToHome;
|
||||
msgTimeout;
|
||||
popstateOccurred = false;
|
||||
|
||||
@@ -18,7 +18,7 @@ function onAnchorClick(e) {
|
||||
shell.openUrl(href);
|
||||
}
|
||||
} else {
|
||||
appRouter.handleAnchorClick(e);
|
||||
appRouter.show(href);
|
||||
}
|
||||
} else {
|
||||
e.preventDefault();
|
||||
|
||||
Reference in New Issue
Block a user