From 4732c2a4abfb8802e223953ae42c254daa0d4e78 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 17 Oct 2016 12:19:02 -0400 Subject: [PATCH] fix image uploader select --- dashboard-ui/components/imageuploader/imageuploader.js | 2 +- .../components/imageuploader/imageuploader.template.html | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/dashboard-ui/components/imageuploader/imageuploader.js b/dashboard-ui/components/imageuploader/imageuploader.js index 77b8c3bfd4..056db76ca7 100644 --- a/dashboard-ui/components/imageuploader/imageuploader.js +++ b/dashboard-ui/components/imageuploader/imageuploader.js @@ -1,4 +1,4 @@ -define(['dialogHelper', 'jQuery', 'emby-button'], function (dialogHelper, $) { +define(['dialogHelper', 'jQuery', 'emby-button', 'emby-select'], function (dialogHelper, $) { var currentItemId; var currentFile; diff --git a/dashboard-ui/components/imageuploader/imageuploader.template.html b/dashboard-ui/components/imageuploader/imageuploader.template.html index a36f163a26..a760eb3da3 100644 --- a/dashboard-ui/components/imageuploader/imageuploader.template.html +++ b/dashboard-ui/components/imageuploader/imageuploader.template.html @@ -11,9 +11,8 @@