diff --git a/src/main/webapp/csvpreview.html b/src/main/webapp/csvpreview.html index 067ff74..472a689 100644 --- a/src/main/webapp/csvpreview.html +++ b/src/main/webapp/csvpreview.html @@ -79,7 +79,7 @@ -    Salesforce Analytics Cloud Dataset Utils +    Salesforce Analytics Cloud Dataset Utils
@@ -89,7 +89,7 @@
  • @@ -50,7 +50,7 @@
  • @@ -49,7 +49,7 @@
  • @@ -47,7 +47,7 @@
  • @@ -50,7 +50,7 @@
  • diff --git a/src/main/webapp/js/login.js b/src/main/webapp/js/login.js index e9522eb..9eb215e 100644 --- a/src/main/webapp/js/login.js +++ b/src/main/webapp/js/login.js @@ -98,7 +98,7 @@ $(document).ready(function() { { self.location.href = data.statusMessage; }else{ - self.location.href = 'finder.html'; + self.location.href = 'finder.html?current=false'; } }, error: function(jqXHR, status, error) { diff --git a/src/main/webapp/js/oauthcallback.js b/src/main/webapp/js/oauthcallback.js index 6bf7457..af111d2 100644 --- a/src/main/webapp/js/oauthcallback.js +++ b/src/main/webapp/js/oauthcallback.js @@ -54,7 +54,7 @@ if(qs == null || !qs.hasOwnProperty('access_token')) cache : false, dataType : 'json', success : function(data) { - self.location.href = 'finder.html'; + self.location.href = 'finder.html?current=false'; }, error: function(jqXHR, status, error) { if (isEmpty(jqXHR.responseText) || jqXHR.responseText.indexOf("") > -1) { diff --git a/src/main/webapp/js/xmdedit.js b/src/main/webapp/js/xmdedit.js index 023cd43..4639b4c 100644 --- a/src/main/webapp/js/xmdedit.js +++ b/src/main/webapp/js/xmdedit.js @@ -13,7 +13,7 @@ $(document).ready(function() { var datasetAlias = decodeURIComponent(urlParam('datasetAlias')); if (datasetAlias == undefined || isEmpty(datasetAlias) ) { - self.location.href = 'finder.html'; + self.location.href = 'finder.html?current=false'; } var datasetId = decodeURIComponent(urlParam('datasetId')); diff --git a/src/main/webapp/listenereditor.html b/src/main/webapp/listenereditor.html index f6b734b..33f970a 100644 --- a/src/main/webapp/listenereditor.html +++ b/src/main/webapp/listenereditor.html @@ -36,7 +36,7 @@ -    Salesforce Analytics Cloud Dataset Utils +    Salesforce Analytics Cloud Dataset Utils
    @@ -46,7 +46,7 @@
  • @@ -49,7 +49,7 @@
  • diff --git a/src/main/webapp/logs.html b/src/main/webapp/logs.html index 9fb3371..3e2c247 100644 --- a/src/main/webapp/logs.html +++ b/src/main/webapp/logs.html @@ -41,7 +41,7 @@ -    Salesforce Analytics Cloud Dataset Utils +    Salesforce Analytics Cloud Dataset Utils
    @@ -51,7 +51,7 @@
  • diff --git a/src/main/webapp/preferences.html b/src/main/webapp/preferences.html index 179d3dc..3008760 100644 --- a/src/main/webapp/preferences.html +++ b/src/main/webapp/preferences.html @@ -36,7 +36,7 @@ -    Salesforce Analytics Cloud Dataset Utils +    Salesforce Analytics Cloud Dataset Utils
    diff --git a/src/main/webapp/scheduleeditor.html b/src/main/webapp/scheduleeditor.html index 18fad92..56cfca9 100644 --- a/src/main/webapp/scheduleeditor.html +++ b/src/main/webapp/scheduleeditor.html @@ -37,7 +37,7 @@ -    Salesforce Analytics Cloud Dataset Utils +    Salesforce Analytics Cloud Dataset Utils
    @@ -47,7 +47,7 @@
  • @@ -48,7 +48,7 @@
  • diff --git a/src/main/webapp/xmdeditor.html b/src/main/webapp/xmdeditor.html index 237d8b2..f29fcac 100644 --- a/src/main/webapp/xmdeditor.html +++ b/src/main/webapp/xmdeditor.html @@ -41,7 +41,7 @@ -    Salesforce Analytics Cloud Dataset Utils +    Salesforce Analytics Cloud Dataset Utils
    @@ -51,7 +51,7 @@