Added Holidays back in for December!
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
--><a href="#!/food">Food</a><!--
|
||||
--><a href="#!/animals">Animals</a><!--
|
||||
--><a href="#!/services">Services</a><!--
|
||||
--><!--<a href="#!/holidays" class="holidayMenuItem">Holidays</a>--><!--
|
||||
--><a href="#!/holidays" class="holidayMenuItem">Holidays</a><!--
|
||||
--><!--<a href="#!/shipping" class="shippingMenuItem">Shipping</a>--><!--
|
||||
--></div>
|
||||
<div id="links">
|
||||
|
||||
@@ -10,8 +10,8 @@ window.status="";
|
||||
$(document).ready(function($) {
|
||||
var layoutManager = new LayoutManager("main-view");
|
||||
|
||||
//layoutManager.defaultUrl = '#!/holidays';
|
||||
layoutManager.defaultUrl = '#!/Farm';
|
||||
layoutManager.defaultUrl = '#!/holidays';
|
||||
//layoutManager.defaultUrl = '#!/Farm';
|
||||
layoutManager.pageClassFades = [
|
||||
{cls: 'full', fadeIn: null, fadeOut: null}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user