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

use checkbox instead of toggle button

This commit is contained in:
Luke Pulverenti 2016-07-22 15:48:47 -04:00
parent 9272519d84
commit 20d1e9132d
18 changed files with 56 additions and 746 deletions

View file

@ -1665,7 +1665,6 @@ var AppInfo = {};
define("paper-button", ["html!" + bowerPath + "/paper-button/paper-button.html"]);
define("paper-icon-button", ["html!" + bowerPath + "/paper-icon-button/paper-icon-button.html"]);
define("paper-toggle-button", ['webcomponentsjs', "html!" + bowerPath + "/paper-toggle-button/paper-toggle-button.html"]);
define("paper-textarea", ['webcomponentsjs', "html!" + bowerPath + "/paper-input/paper-textarea.html"]);
define("paper-item", ["html!" + bowerPath + "/paper-item/paper-item.html"]);
@ -2481,7 +2480,7 @@ var AppInfo = {};
defineRoute({
path: '/log.html',
dependencies: ['paper-toggle-button'],
dependencies: ['emby-checkbox'],
roles: 'admin',
controller: 'scripts/logpage'
});