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

progress on popup metadata editor

This commit is contained in:
Luke Pulverenti 2016-01-01 14:38:15 -05:00
parent 16d7fb58ef
commit 74d8bc3ef1
4 changed files with 835 additions and 17 deletions

View file

@ -1,4 +1,4 @@
define(['components/paperdialoghelper', 'paper-checkbox', 'paper-dialog', 'paper-input', 'paper-fab'], function (paperDialogHelper) {
define(['components/paperdialoghelper', 'paper-checkbox', 'paper-dialog', 'paper-input'], function (paperDialogHelper) {
function onSubmit() {
Dashboard.showLoadingMsg();