diff --git a/servers/dotNet/DisplayMap-Blue.aspx b/servers/dotNet/DisplayMap-Blue.aspx index 8830a90..eb06afb 100644 --- a/servers/dotNet/DisplayMap-Blue.aspx +++ b/servers/dotNet/DisplayMap-Blue.aspx @@ -19,12 +19,12 @@ to change themes, select a theme here: http://www.bootstrapcdn.com/#bootswatch_tab and then change the word after 3.2.0 in the following link to the new theme name --> - + -
+
- +
diff --git a/servers/dotNet/DisplayMap-Dark.aspx b/servers/dotNet/DisplayMap-Dark.aspx index e316028..6b03a57 100644 --- a/servers/dotNet/DisplayMap-Dark.aspx +++ b/servers/dotNet/DisplayMap-Dark.aspx @@ -19,12 +19,12 @@ to change themes, select a theme here: http://www.bootstrapcdn.com/#bootswatch_tab and then change the word after 3.2.0 in the following link to the new theme name --> - + -
+
- +
diff --git a/servers/dotNet/DisplayMap.aspx b/servers/dotNet/DisplayMap.aspx index d37ce7a..78c9549 100755 --- a/servers/dotNet/DisplayMap.aspx +++ b/servers/dotNet/DisplayMap.aspx @@ -19,12 +19,12 @@ to change themes, select a theme here: http://www.bootstrapcdn.com/#bootswatch_tab and then change the word after 3.2.0 in the following link to the new theme name --> - + -
+
- +
diff --git a/servers/dotNet/js/maps.js b/servers/dotNet/js/maps.js index 90079f5..d11048e 100644 --- a/servers/dotNet/js/maps.js +++ b/servers/dotNet/js/maps.js @@ -354,7 +354,7 @@ function turnOffAutoRefresh() { showMessage('Auto Refresh Off'); - $('#autorefresh').val('Auto Refresh - Off'); + $('#autorefresh').val('Auto Refresh Off'); autoRefresh = false; clearInterval(intervalID); @@ -362,7 +362,7 @@ function turnOnAutoRefresh() { showMessage('Auto Refresh On (1 min)'); - $('#autorefresh').val('Auto Refresh - On'); + $('#autorefresh').val('Auto Refresh On'); autoRefresh = true; restartInterval();