shopizer-developers
Changes
sm-shop/SALESMANAGER.h2.db 0(+0 -0)
sm-shop/SALESMANAGER.lock.db 4(+2 -2)
Details
sm-shop/SALESMANAGER.h2.db 0(+0 -0)
diff --git a/sm-shop/SALESMANAGER.h2.db b/sm-shop/SALESMANAGER.h2.db
index 57dad6c..43119ae 100644
Binary files a/sm-shop/SALESMANAGER.h2.db and b/sm-shop/SALESMANAGER.h2.db differ
sm-shop/SALESMANAGER.lock.db 4(+2 -2)
diff --git a/sm-shop/SALESMANAGER.lock.db b/sm-shop/SALESMANAGER.lock.db
index 11d0039..8850ee7 100644
--- a/sm-shop/SALESMANAGER.lock.db
+++ b/sm-shop/SALESMANAGER.lock.db
@@ -1,4 +1,4 @@
#FileLock
-#Fri Jan 27 12:26:20 EST 2017
-id=159e0f6a8860e63ca09f48106724f7d08cb96f3896a
+#Wed Feb 01 11:44:49 EST 2017
+id=159fa90708900a227432672da0af5712237b016dc48
method=file
diff --git a/sm-shop/src/main/java/com/salesmanager/shop/admin/model/merchant/StoreLandingDescription.java b/sm-shop/src/main/java/com/salesmanager/shop/admin/model/merchant/StoreLandingDescription.java
index 8d6cecc..98bb5e6 100644
--- a/sm-shop/src/main/java/com/salesmanager/shop/admin/model/merchant/StoreLandingDescription.java
+++ b/sm-shop/src/main/java/com/salesmanager/shop/admin/model/merchant/StoreLandingDescription.java
@@ -4,6 +4,8 @@ import com.salesmanager.core.model.reference.language.Language;
import java.io.Serializable;
+import org.hibernate.validator.constraints.NotEmpty;
+
public class StoreLandingDescription implements Serializable {
@@ -11,6 +13,7 @@ public class StoreLandingDescription implements Serializable {
*
*/
private static final long serialVersionUID = 1L;
+ @NotEmpty
private String title;
private String description;
private String keywords;
diff --git a/sm-shop/src/main/webapp/pages/shop/templates/exoticamobilia/sections/header.jsp b/sm-shop/src/main/webapp/pages/shop/templates/exoticamobilia/sections/header.jsp
index b377a05..afa3fdd 100644
--- a/sm-shop/src/main/webapp/pages/shop/templates/exoticamobilia/sections/header.jsp
+++ b/sm-shop/src/main/webapp/pages/shop/templates/exoticamobilia/sections/header.jsp
@@ -19,7 +19,7 @@ response.setDateHeader ("Expires", -1);
<!-- TT Typeahead js files -->
<script src="<c:url value="/resources/js/hogan.js" />"></script>
<script src="<c:url value="/resources/templates/exoticamobilia/js/bloodhound.min.js" />"></script>
-<script src="<c:url value="/resources/templates/bootstrap3/js/typeahead.bundle.min.js" />"></script>
+<script src="<c:url value="/resources/templates/exoticamobilia/js/typeahead.bundle.min.js" />"></script>
<script type="text/javascript">
//***** Search code *****
diff --git a/sm-shop/src/main/webapp/pages/shop/templates/exoticamobilia/sections/shopLinks.jsp b/sm-shop/src/main/webapp/pages/shop/templates/exoticamobilia/sections/shopLinks.jsp
index 4e7c9f3..c05a954 100644
--- a/sm-shop/src/main/webapp/pages/shop/templates/exoticamobilia/sections/shopLinks.jsp
+++ b/sm-shop/src/main/webapp/pages/shop/templates/exoticamobilia/sections/shopLinks.jsp
@@ -16,7 +16,7 @@
<link href="<c:url value="/resources/templates/exoticamobilia/css/responsive-slider.css" />" rel="stylesheet" type="text/css">
- <link rel="icon" href="<c:url value="/resources/templates/exoticamobilia/img/favicon.ico"/> ">
+ <link rel="icon" href="<c:url value="/resources/templates/exoticamobilia/img/favicon.ico"/>">
<!-- Theme -->