mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
use strict
This commit is contained in:
parent
fcbb3ccc58
commit
88d6c63263
180 changed files with 190 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
define([], function () {
|
||||
'use strict';
|
||||
|
||||
return function (view, params) {
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
define(['serverNotifications', 'events', 'scripts/taskbutton', 'datetime', 'paper-icon-button-light'], function (serverNotifications, events, taskButton, datetime) {
|
||||
'use strict';
|
||||
|
||||
var query = {
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
define(['listViewStyle'], function () {
|
||||
'use strict';
|
||||
|
||||
var query = {
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
define([], function () {
|
||||
'use strict';
|
||||
|
||||
function getEpisodeFileName(value, enableMultiEpisode) {
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
define(['jQuery', 'fnchecked'], function ($) {
|
||||
'use strict';
|
||||
|
||||
function loadPage(page, config) {
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
define(['jQuery', 'fnchecked', 'emby-checkbox', 'emby-collapse', 'emby-textarea', 'emby-input', 'emby-select'], function ($) {
|
||||
'use strict';
|
||||
|
||||
var brandingConfigKey = "branding";
|
||||
var currentBrandingOptions;
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
define(['jQuery', 'fnchecked', 'emby-checkbox'], function ($) {
|
||||
'use strict';
|
||||
|
||||
function onSubmit() {
|
||||
var form = this;
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
define(['jQuery', 'fnchecked'], function ($) {
|
||||
'use strict';
|
||||
|
||||
function load(page, config) {
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
define(['globalize', 'emby-checkbox', 'emby-button'], function (globalize) {
|
||||
'use strict';
|
||||
|
||||
function getTabs() {
|
||||
return [
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
define(['jQuery', 'fnchecked', 'emby-checkbox'], function ($) {
|
||||
'use strict';
|
||||
|
||||
function loadPage(page, config) {
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
define(['emby-checkbox'], function () {
|
||||
'use strict';
|
||||
|
||||
function reload(page, providerId) {
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
define(['datetime', 'listViewStyle'], function (datetime) {
|
||||
'use strict';
|
||||
|
||||
return function (view, params) {
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
define([], function () {
|
||||
'use strict';
|
||||
|
||||
function goNext() {
|
||||
Dashboard.navigate('wizardagreement.html');
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
define(['loading'], function (loading) {
|
||||
'use strict';
|
||||
|
||||
function onFinish() {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue