Removed holiday content; Fixed minor bugs; Started to add login code (moved to another project).

This commit is contained in:
Wynne Crisman
2016-02-04 13:29:55 -08:00
parent c93f19654e
commit 2ba994e7f2
6 changed files with 23 additions and 10 deletions

View File

@@ -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);
};
*/
});