diff --git a/index.html b/index.html index 42d5179c..6343cbd6 100644 --- a/index.html +++ b/index.html @@ -65,7 +65,7 @@ - @@ -75,7 +75,7 @@ - @@ -191,7 +191,7 @@

Max width is defined by Layout Area Width.

- +

@@ -259,7 +259,7 @@
- +
@@ -290,7 +290,7 @@
- +
@@ -364,7 +364,7 @@
- +
@@ -499,7 +499,7 @@
- +
@@ -592,7 +592,7 @@

Only the Search box width control will change the Width of the Search box.

- +
@@ -617,7 +617,7 @@
- +
@@ -708,7 +708,7 @@

Max width is defined by Layout Area Width.

- +

@@ -743,7 +743,7 @@
- +

@@ -756,7 +756,7 @@
- +

@@ -764,7 +764,7 @@
- +

@@ -777,7 +777,7 @@
- +
@@ -911,7 +911,7 @@
- +
@@ -946,7 +946,7 @@
- +
diff --git a/js/version.js b/js/version.js index b32c8d69..dfe4e2f5 100644 --- a/js/version.js +++ b/js/version.js @@ -1,7 +1,7 @@ var version = (function() { // version is normally bumped when the state needs changing or any new functionality is added - var current = "3.8.0"; + var current = "3.8.1"; var compare = function(a, b) { var pa = a.split(".");