From 90a63f4c7d6182efd5d777f1ca95d9507c81d808 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 7 Dec 2016 15:03:11 -0500 Subject: [PATCH] resolve display issue on dlna profile page --- dashboard-ui/scripts/dlnaprofile.js | 40 ++++++++++++++--------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/dashboard-ui/scripts/dlnaprofile.js b/dashboard-ui/scripts/dlnaprofile.js index aae8b42642..d7ebba257b 100644 --- a/dashboard-ui/scripts/dlnaprofile.js +++ b/dashboard-ui/scripts/dlnaprofile.js @@ -1,4 +1,4 @@ -define(['jQuery', 'fnchecked', 'jqmlistview', 'emby-select', 'emby-button', 'emby-input', 'emby-checkbox'], function ($) { +define(['jQuery', 'fnchecked', 'jqmlistview', 'emby-select', 'emby-button', 'emby-input', 'emby-checkbox', 'listViewStyle'], function ($) { 'use strict'; var currentProfile; @@ -110,26 +110,27 @@ var index = 0; - var html = ''; + }).join('') + ''; var elem = $('.httpHeaderIdentificationList', page).html(html).trigger('create'); @@ -183,25 +184,24 @@ var index = 0; - var html = ''; + }).join('') + ''; var elem = $('.xmlDocumentAttributeList', page).html(html).trigger('create');