1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

removed test alert

This commit is contained in:
Luke Pulverenti 2016-03-20 16:52:41 -04:00
parent eec4b34c51
commit 73e6e53494
5 changed files with 12 additions and 13 deletions

View file

@ -16,12 +16,12 @@
},
"devDependencies": {},
"ignore": [],
"version": "1.1.72",
"_release": "1.1.72",
"version": "1.1.73",
"_release": "1.1.73",
"_resolution": {
"type": "version",
"tag": "1.1.72",
"commit": "0d9778f1438ca3e42ad7e07859d1e52696aa9c45"
"tag": "1.1.73",
"commit": "f8be47bfe5f076e14224b9a61a5e08590df41c4d"
},
"_source": "git://github.com/MediaBrowser/emby-webcomponents.git",
"_target": "~1.1.5",

View file

@ -266,7 +266,6 @@ define(['loading', 'viewManager', 'skinManager', 'pluginManager', 'backdrop', 'b
console.log('Emby.Page - processing path request ' + pathname);
if ((!apiClient || !apiClient.isLoggedIn()) && !route.anonymous) {
alert(JSON.stringify(route));
console.log('Emby.Page - route does not allow anonymous access, redirecting to login');
beginConnectionWizard();
return;