From 3f71006da5d84d903aabfabdd11a813032ce7314 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 14 Sep 2013 17:18:57 -0400 Subject: [PATCH] fixes #539 - Unhanded exception when adding duplicate library path --- dashboard-ui/scripts/directorybrowser.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dashboard-ui/scripts/directorybrowser.js b/dashboard-ui/scripts/directorybrowser.js index 017590352..4397cfc8b 100644 --- a/dashboard-ui/scripts/directorybrowser.js +++ b/dashboard-ui/scripts/directorybrowser.js @@ -94,16 +94,17 @@ html += '
'; html += '

' + options.instruction + '

'; - html += '
'; + html += '
'; html += ''; - html += ''; + html += '
'; html += ''; html += '
'; + html += '
Network paths can be entered manually in the event the Network button fails to locate your devices. For example, \\\\my-server or \\\\192.168.1.101.
'; + html += '
'; html += '
    '; - html += '
    Network paths can be entered manually in the event the Network button fails to locate your devices. For example, \\\\my-server or \\\\192.168.1.101.
    '; html += '
    ';