Removed holiday content; Fixed minor bugs; Started to add login code (moved to another project).
This commit is contained in:
BIN
public/images/Chicken.ico
Normal file
BIN
public/images/Chicken.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
@@ -13,7 +13,7 @@
|
||||
<meta name="robots" content="index, follow"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<title>Petit Teton Home</title>
|
||||
<title>Petit Teton Farm</title>
|
||||
|
||||
<link rel="shortcut icon" href="images/Chicken.ico"/>
|
||||
<link rel="stylesheet" href="main.css" type="text/css"/>
|
||||
@@ -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}
|
||||
];
|
||||
@@ -44,4 +44,5 @@ $(document).ready(function($) {
|
||||
console.log('Server: ' + message);
|
||||
};
|
||||
*/
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user