From 8842110e5464f0d2d1fccc92adc52b45ae8c5e6a Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 28 Mar 2014 22:38:22 -0400 Subject: [PATCH] implement profile create/edit --- dashboard-ui/scripts/dlnaprofile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/scripts/dlnaprofile.js b/dashboard-ui/scripts/dlnaprofile.js index e6280d63d0..9c1897a9f3 100644 --- a/dashboard-ui/scripts/dlnaprofile.js +++ b/dashboard-ui/scripts/dlnaprofile.js @@ -432,7 +432,7 @@ }).done(function () { - Dashboard.alert('Settings saved.'); + Dashboard.navigate('dlnaprofiles.html'); }); } else {