From 19d103c343824fef71ef66f34bd590ceaa8b3e47 Mon Sep 17 00:00:00 2001 From: Atlante45 Date: Wed, 8 Oct 2014 13:54:53 -0700 Subject: [PATCH] Indentation --- domain-server/resources/web/js/settings.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domain-server/resources/web/js/settings.js b/domain-server/resources/web/js/settings.js index 60d7b7ba35..d6646a87da 100644 --- a/domain-server/resources/web/js/settings.js +++ b/domain-server/resources/web/js/settings.js @@ -26,7 +26,7 @@ var viewHelpers = { form_group += "
" form_group += ""; form_group += "
" } else if (setting.type === 'table') { @@ -463,7 +463,7 @@ function chooseFromHighFidelityDomains(clickedButton) { } } modal_body = "

You do not have any domains in your High Fidelity account." + - "

Go to your domains page to create a new one. Once your domain is created re-open this dialog to select it.

" + "

Go to your domains page to create a new one. Once your domain is created re-open this dialog to select it.

" } @@ -481,7 +481,7 @@ function chooseFromHighFidelityDomains(clickedButton) { } else { bootbox.alert({ message: "You must have an access token to query your High Fidelity domains.

" + - "Please follow the instructions on the settings page to add an access token.", + "Please follow the instructions on the settings page to add an access token.", title: "Access token required" }) }