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

use strict

This commit is contained in:
Luke Pulverenti 2016-10-23 01:11:46 -04:00
parent fcbb3ccc58
commit 88d6c63263
180 changed files with 190 additions and 1 deletions

View file

@ -1,4 +1,5 @@
define([], function () {
'use strict';
return function (view, params) {

View file

@ -1,4 +1,5 @@
define(['serverNotifications', 'events', 'scripts/taskbutton', 'datetime', 'paper-icon-button-light'], function (serverNotifications, events, taskButton, datetime) {
'use strict';
var query = {

View file

@ -1,4 +1,5 @@
define(['listViewStyle'], function () {
'use strict';
var query = {

View file

@ -1,4 +1,5 @@
define([], function () {
'use strict';
function getEpisodeFileName(value, enableMultiEpisode) {

View file

@ -1,4 +1,5 @@
define(['jQuery', 'fnchecked'], function ($) {
'use strict';
function loadPage(page, config) {

View file

@ -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;

View file

@ -1,4 +1,5 @@
define(['jQuery', 'fnchecked', 'emby-checkbox'], function ($) {
'use strict';
function onSubmit() {
var form = this;

View file

@ -1,4 +1,5 @@
define(['jQuery', 'fnchecked'], function ($) {
'use strict';
function load(page, config) {

View file

@ -1,4 +1,5 @@
define(['globalize', 'emby-checkbox', 'emby-button'], function (globalize) {
'use strict';
function getTabs() {
return [

View file

@ -1,4 +1,5 @@
define(['jQuery', 'fnchecked', 'emby-checkbox'], function ($) {
'use strict';
function loadPage(page, config) {

View file

@ -1,4 +1,5 @@
define(['emby-checkbox'], function () {
'use strict';
function reload(page, providerId) {

View file

@ -1,4 +1,5 @@
define(['datetime', 'listViewStyle'], function (datetime) {
'use strict';
return function (view, params) {

View file

@ -1,4 +1,5 @@
define([], function () {
'use strict';
function goNext() {
Dashboard.navigate('wizardagreement.html');

View file

@ -1,4 +1,5 @@
define(['loading'], function (loading) {
'use strict';
function onFinish() {